Browse Source

registry: default destructor

Michele Caini 1 year ago
parent
commit
d7c9609ee6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/entt/entity/registry.hpp

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

@@ -355,6 +355,9 @@ public:
         rebind();
     }
 
+    /*! @brief Default destructor. */
+    ~basic_registry() noexcept = default;
+
     /**
      * @brief Move assignment operator.
      * @param other The instance to move from.