summaryrefslogtreecommitdiff
path: root/src/preview/PreviewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preview/PreviewController.h')
-rw-r--r--src/preview/PreviewController.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/preview/PreviewController.h b/src/preview/PreviewController.h
index 680a8f7..815ca5d 100644
--- a/src/preview/PreviewController.h
+++ b/src/preview/PreviewController.h
@@ -32,6 +32,10 @@ public:
PreviewView * GetView() { return previewView; }
void Update();
void FavouriteSave();
+
+ void NextCommentPage();
+ void PrevCommentPage();
+
virtual ~PreviewController();
};