skypjack před 5 měsíci
rodič
revize
a5f58ef49f
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      src/entt/meta/meta.hpp

+ 3 - 0
src/entt/meta/meta.hpp

@@ -329,6 +329,9 @@ public:
           node{std::exchange(other.node, nullptr)},
           node{std::exchange(other.node, nullptr)},
           vtable{std::exchange(other.vtable, nullptr)} {}
           vtable{std::exchange(other.vtable, nullptr)} {}
 
 
+    /*! @brief Default destructor. */
+    ~meta_any() = default;
+
     /**
     /**
      * @brief Copy assignment operator.
      * @brief Copy assignment operator.
      * @param other The instance to copy from.
      * @param other The instance to copy from.