Przeglądaj źródła

meta: minor changes

skypjack 5 miesięcy temu
rodzic
commit
9165a1df1e
1 zmienionych plików z 2 dodań i 2 usunięć
  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 {
     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