瀏覽代碼

meta: cleanup

skypjack 6 月之前
父節點
當前提交
0d6615a767
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {