summaryrefslogtreecommitdiff
path: root/src/search/SearchController.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-12-14 19:44:16 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-12-14 19:44:16 (GMT)
commit31c06669611fa3e4c3db51e1c25c99b466e6743f (patch)
tree0d53b940cc35ba21f796299d3e6576d7c68e7ca4 /src/search/SearchController.h
parente5feefa41920f5bc32f39122c3235976aabcbadd (diff)
downloadpowder-31c06669611fa3e4c3db51e1c25c99b466e6743f.zip
powder-31c06669611fa3e4c3db51e1c25c99b466e6743f.tar.gz
Prevent saves from being loaded twice by the Save browser
Diffstat (limited to 'src/search/SearchController.h')
-rw-r--r--src/search/SearchController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search/SearchController.h b/src/search/SearchController.h
index 66d464a..03967b4 100644
--- a/src/search/SearchController.h
+++ b/src/search/SearchController.h
@@ -44,6 +44,7 @@ public:
void RemoveSelected();
void UnpublishSelected();
void FavouriteSelected();
+ void ReleaseLoadedSave();
SaveInfo * GetLoadedSave();
};