Minor declaration fix
This commit is contained in:
parent
f11cc182df
commit
4cb1c10c3a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#include <SDL_rwops.h>
|
||||
|
||||
struct FileSystemPrivate;
|
||||
struct SharedFontState;
|
||||
class SharedFontState;
|
||||
|
||||
class FileSystem
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue