Explorar o código

flow: default destructor

Michele Caini hai 1 ano
pai
achega
89e3fcfda0
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/entt/graph/flow.hpp

+ 3 - 0
src/entt/graph/flow.hpp

@@ -165,6 +165,9 @@ public:
           deps{std::move(other.deps), allocator},
           sync_on{other.sync_on} {}
 
+    /*! @brief Default destructor. */
+    ~basic_flow() noexcept = default;
+
     /**
      * @brief Default copy assignment operator.
      * @return This flow builder.