summaryrefslogtreecommitdiffstats
path: root/source/WorldStorage/WorldStorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/WorldStorage/WorldStorage.h')
-rw-r--r--source/WorldStorage/WorldStorage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/WorldStorage/WorldStorage.h b/source/WorldStorage/WorldStorage.h
index 064b2ffaf..bf8dbd3d5 100644
--- a/source/WorldStorage/WorldStorage.h
+++ b/source/WorldStorage/WorldStorage.h
@@ -75,6 +75,7 @@ public:
void UnqueueSave(const cChunkCoords & a_Chunk);
bool Start(cWorld * a_World, const AString & a_StorageSchemaName); // Hide the cIsThread's Start() method, we need to provide args
+ void Stop(void); // Hide the cIsThread's Stop() method, we need to signal the event
void WaitForFinish(void);
void WaitForQueuesEmpty(void);