Explorar o código

meta: non-const meta_custom_node in meta_custom

Michele Caini hai 1 ano
pai
achega
a8f988893e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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. */