Skip to content

Commit 36a522d

Browse files
Merge pull request #1109 from Geode-solutions/fix/struct-uuid-registry
fix(UUID): wrong forward declare
2 parents b5eea09 + 19f7b38 commit 36a522d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/geode/model/mixin/builder/component_registry_builder.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
namespace geode
3030
{
3131
class ComponentRegistry;
32-
class uuid;
32+
struct uuid;
3333
} // namespace geode
3434

3535
namespace geode

0 commit comments

Comments
 (0)