summaryrefslogtreecommitdiffstats
path: root/api/logic/InstanceList.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/InstanceList.h')
-rw-r--r--api/logic/InstanceList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/logic/InstanceList.h b/api/logic/InstanceList.h
index ea4717ff..89be10de 100644
--- a/api/logic/InstanceList.h
+++ b/api/logic/InstanceList.h
@@ -73,6 +73,7 @@ public:
}
InstListError loadList(bool complete = false);
+ void saveNow();
/// Add an instance provider. Takes ownership of it. Should only be done before the first load.
void addInstanceProvider(BaseInstanceProvider * provider);