Explorar el Código

registry: default destructor

Michele Caini hace 2 años
padre
commit
d7c9609ee6
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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.