diff options
Diffstat (limited to 'source/frontend/StarVoice.hpp')
-rw-r--r-- | source/frontend/StarVoice.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarVoice.hpp b/source/frontend/StarVoice.hpp index 15d9cd6..0cd8ca8 100644 --- a/source/frontend/StarVoice.hpp +++ b/source/frontend/StarVoice.hpp @@ -113,7 +113,7 @@ public: void init(); - void loadJson(Json const& config); + void loadJson(Json const& config, bool skipSave = false); Json saveJson() const; void save() const; |