fix MSVC warning about struct/class declaration inconsistency
This commit is contained in:
parent
e420373451
commit
4f8690fd1f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "config.hpp"
|
||||
|
||||
class SDL_Rect;
|
||||
struct SDL_Rect;
|
||||
|
||||
namespace editor {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue