Minor declaration fix

This commit is contained in:
Jonas Kulla 2014-04-16 20:54:29 +02:00
parent f11cc182df
commit 4cb1c10c3a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#include <SDL_rwops.h> #include <SDL_rwops.h>
struct FileSystemPrivate; struct FileSystemPrivate;
struct SharedFontState; class SharedFontState;
class FileSystem class FileSystem
{ {