Răsfoiți Sursa

meta: cleanup

skypjack 5 luni în urmă
părinte
comite
0d6615a767
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/entt/meta/node.hpp

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

@@ -65,7 +65,7 @@ struct meta_type_node;
 
 struct meta_custom_node {
     id_type type{};
-    std::shared_ptr<void> value;
+    std::shared_ptr<void> value{};
 };
 
 struct meta_base_node {