Răsfoiți Sursa

meta: struct -> class

skypjack 6 luni în urmă
părinte
comite
be3f022445
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      src/entt/meta/fwd.hpp
  2. 1 1
      src/entt/meta/node.hpp

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

@@ -14,7 +14,7 @@ class meta_associative_container;
 
 class meta_any;
 
-struct meta_handle;
+class meta_handle;
 
 struct meta_custom;
 

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

@@ -21,7 +21,7 @@ namespace entt {
 
 class meta_any;
 class meta_type;
-struct meta_handle;
+class meta_handle;
 
 /*! @cond TURN_OFF_DOXYGEN */
 namespace internal {