Ver Fonte

meta: non-const meta_custom_node in meta_custom

Michele Caini há 1 ano atrás
pai
commit
a8f988893e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/entt/meta/meta.hpp

+ 1 - 1
src/entt/meta/meta.hpp

@@ -858,7 +858,7 @@ struct meta_custom {
     }
 
 private:
-    const internal::meta_custom_node node{};
+    internal::meta_custom_node node{};
 };
 
 /*! @brief Opaque wrapper for data members. */