summaryrefslogtreecommitdiff
path: root/src/gui/preview/PreviewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/preview/PreviewController.h')
-rw-r--r--src/gui/preview/PreviewController.h4
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();
};