Apparently MSVC is convinced that there's an important, linking-breaking difference between classes and structs. (Bug#1093, Thanks root670 for the patch!)
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ class Style;
|
||||
class Song;
|
||||
class Steps;
|
||||
class Course;
|
||||
class Game;
|
||||
struct Game;
|
||||
/**
|
||||
* @brief Player data that persists between sessions.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user