Jelajahi Sumber

meta: minor changes

skypjack 5 bulan lalu
induk
melakukan
9165a1df1e
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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