This commit is contained in:
Jonas Kulla 2014-01-04 13:50:07 +01:00
parent 43321b8ed7
commit 56b49acf39
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public:
~FontPool(); ~FontPool();
_TTF_Font *request(const char *filename, _TTF_Font *request(const char *filename,
int size); int size);
private: private:
FontPoolPrivate *p; FontPoolPrivate *p;