Change profile code to make it work with GCC 9.3

This commit is contained in:
Alexander Bock
2021-05-31 13:23:47 +02:00
committed by GitHub
parent a40e110fe9
commit 402233da85

View File

@@ -92,7 +92,7 @@ public:
Relative
};
Type type = Type::Absolute;
Type type;
std::string value;
};
struct CameraNavState {