Explorar el Código

meta: struct -> class

skypjack hace 6 meses
padre
commit
be3f022445
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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 {