diff options
| author | Simon 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) |
| commit | 31c06669611fa3e4c3db51e1c25c99b466e6743f (patch) | |
| tree | 0d53b940cc35ba21f796299d3e6576d7c68e7ca4 /src/search/SearchController.h | |
| parent | e5feefa41920f5bc32f39122c3235976aabcbadd (diff) | |
| download | powder-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.h | 1 |
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(); }; |
