diff options
Diffstat (limited to 'api/logic/Env.h')
-rw-r--r-- | api/logic/Env.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/logic/Env.h b/api/logic/Env.h index 989b4f3c..c72447ce 100644 --- a/api/logic/Env.h +++ b/api/logic/Env.h @@ -27,6 +27,7 @@ private: class Private; Env(); ~Env(); + static void dispose(); public: static Env& getInstance(); |