Browse Source

graph: class vs struct definition

Michele Caini 3 years ago
parent
commit
3f0572c5ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/graph/fwd.hpp

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

@@ -7,7 +7,7 @@
 namespace entt {
 
 template<typename = std::allocator<std::size_t>>
-struct basic_adjacency_matrix;
+class basic_adjacency_matrix;
 
 /*! @brief Alias declaration for the most common use case. */
 using adjacency_matrix = basic_adjacency_matrix<>;