diff options
Diffstat (limited to 'cppe/src/IceE/Instance.cpp')
-rw-r--r-- | cppe/src/IceE/Instance.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/src/IceE/Instance.cpp b/cppe/src/IceE/Instance.cpp index 8906459ab64..6c6b29a5c88 100644 --- a/cppe/src/IceE/Instance.cpp +++ b/cppe/src/IceE/Instance.cpp @@ -624,7 +624,7 @@ IceInternal::Instance::finishSetup(int& argc, char* argv[]) #endif } -void
+void IceInternal::Instance::destroy() { { @@ -717,7 +717,7 @@ IceInternal::Instance::destroy() } _state = StateDestroyed; - }
+ } } #ifdef ICEE_HAS_WSTRING |