summaryrefslogtreecommitdiff
path: root/src/preview/PreviewController.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-25 17:11:36 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-25 17:11:36 (GMT)
commite88fca8aa1d4b0c585b50abf501ce733d1645f05 (patch)
tree4bb6e1f6fad1a55fe65c46cc4146c911897cc9c5 /src/preview/PreviewController.h
parent5c293ba9bfca884e309a5fa7f67497eddd7e6643 (diff)
downloadpowder-e88fca8aa1d4b0c585b50abf501ce733d1645f05.zip
powder-e88fca8aa1d4b0c585b50abf501ce733d1645f05.tar.gz
Save ID copying for preview
Diffstat (limited to 'src/preview/PreviewController.h')
-rw-r--r--src/preview/PreviewController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preview/PreviewController.h b/src/preview/PreviewController.h
index e6b8caa..c04a07f 100644
--- a/src/preview/PreviewController.h
+++ b/src/preview/PreviewController.h
@@ -25,6 +25,7 @@ class PreviewController: public ClientListener {
ControllerCallback * callback;
public:
virtual void NotifyAuthUserChanged(Client * sender);
+ inline int SaveID() { return saveId; };
bool HasExited;
PreviewController(int saveID, ControllerCallback * callback);