Ver Fonte

basic_sigh_mixin: default dtor

Michele Caini há 2 anos atrás
pai
commit
a530b078d7
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      src/entt/entity/mixin.hpp

+ 3 - 0
src/entt/entity/mixin.hpp

@@ -134,6 +134,9 @@ public:
           destruction{std::move(other.destruction), allocator},
           update{std::move(other.update), allocator} {}
 
+    /*! @brief Default destructor. */
+    ~basic_sigh_mixin() noexcept = default;
+
     /**
      * @brief Move assignment operator.
      * @param other The instance to move from.