Browse Source

meta: minor changes

skypjack 2 days ago
parent
commit
e07c41391e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/meta/meta.hpp

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

@@ -819,7 +819,7 @@ public:
     }
 
 protected:
-    const Type *node{};
+    const node_type *node{};
     const meta_ctx *ctx{&locator<meta_ctx>::value_or()};
 };