diff options
Diffstat (limited to 'api/logic/BaseInstance.h')
-rw-r--r-- | api/logic/BaseInstance.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/logic/BaseInstance.h b/api/logic/BaseInstance.h index d0909031..b1a594bf 100644 --- a/api/logic/BaseInstance.h +++ b/api/logic/BaseInstance.h @@ -70,6 +70,7 @@ public: virtual ~BaseInstance() {}; virtual void init() = 0; + virtual void saveNow() = 0; /// nuke thoroughly - deletes the instance contents, notifies the list/model which is /// responsible of cleaning up the husk |