summaryrefslogtreecommitdiff
path: root/src/preview/PreviewController.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-12-16 16:38:29 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-12-16 16:38:29 (GMT)
commit0c5e99aef6c997b8bce53189537523e7f742d64b (patch)
treefbe46aa7b53660b6c399728f1adc1504b188dc98 /src/preview/PreviewController.h
parent00190b4aabad65531ee0e859c3e4f358841238f6 (diff)
parent06f8f88374a1b9e288da30d754ba4bf02768d863 (diff)
downloadpowder-0c5e99aef6c997b8bce53189537523e7f742d64b.zip
powder-0c5e99aef6c997b8bce53189537523e7f742d64b.tar.gz
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
Diffstat (limited to 'src/preview/PreviewController.h')
-rw-r--r--src/preview/PreviewController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preview/PreviewController.h b/src/preview/PreviewController.h
index c8c3f8e..2d8e35a 100644
--- a/src/preview/PreviewController.h
+++ b/src/preview/PreviewController.h
@@ -41,7 +41,7 @@ public:
PreviewView * GetView() { return previewView; }
void Update();
void FavouriteSave();
- void SubmitComment(std::string comment);
+ bool SubmitComment(std::string comment);
void NextCommentPage();
void PrevCommentPage();