diff options
Diffstat (limited to 'src/gui/preview/PreviewController.h')
| -rw-r--r-- | src/gui/preview/PreviewController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/preview/PreviewController.h b/src/gui/preview/PreviewController.h index e1e429d..c5a4306 100644 --- a/src/gui/preview/PreviewController.h +++ b/src/gui/preview/PreviewController.h @@ -36,8 +36,8 @@ public: void FavouriteSave(); bool SubmitComment(std::string comment); - void NextCommentPage(); - void PrevCommentPage(); + bool NextCommentPage(); + bool PrevCommentPage(); virtual ~PreviewController(); }; |
