diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-31 09:24:44 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-31 09:24:44 (GMT) |
| commit | e0c9dab8cb981172c5de81f5963e28db67f1b295 (patch) | |
| tree | dd78e82f54a7ed87915a7d5100437cd42ac0c415 /src/client/Client.h | |
| parent | 708d52bcc5f0e13fa6540751e2402ccfdf02bec7 (diff) | |
| download | powder-e0c9dab8cb981172c5de81f5963e28db67f1b295.zip powder-e0c9dab8cb981172c5de81f5963e28db67f1b295.tar.gz | |
Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods.
Diffstat (limited to 'src/client/Client.h')
| -rw-r--r-- | src/client/Client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Client.h b/src/client/Client.h index ff571f8..b00ea93 100644 --- a/src/client/Client.h +++ b/src/client/Client.h @@ -63,7 +63,7 @@ public: LoginStatus Login(string username, string password, User & user); void ClearThumbnailRequests(); std::vector<Save*> * SearchSaves(int start, int count, string query, string sort, string category, int & resultCount); - std::vector<Comment*> * GetComments(int saveID, int start, int count); + std::vector<SaveComment*> * GetComments(int saveID, int start, int count); Thumbnail * GetPreview(int saveID, int saveDate); Thumbnail * GetThumbnail(int saveID, int saveDate); Save * GetSave(int saveID, int saveDate); |
