Browse Source

meta: minor changes

skypjack 7 months ago
parent
commit
9165a1df1e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/entt/meta/context.hpp

+ 2 - 2
src/entt/meta/context.hpp

@@ -17,8 +17,8 @@ struct meta_type_node;
 struct meta_context {
 struct meta_context {
     dense_map<id_type, std::unique_ptr<meta_type_node>, identity> value;
     dense_map<id_type, std::unique_ptr<meta_type_node>, identity> value;
 
 
-    [[nodiscard]] inline static meta_context &from(meta_ctx &ctx);
-    [[nodiscard]] inline static const meta_context &from(const meta_ctx &ctx);
+    [[nodiscard]] inline static meta_context &from(meta_ctx &);
+    [[nodiscard]] inline static const meta_context &from(const meta_ctx &);
 };
 };
 
 
 } // namespace internal
 } // namespace internal