diff options
Diffstat (limited to 'Bus/Ivy')
-rw-r--r-- | Bus/Ivy/IvyApplication.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/IvyApplication.cxx b/Bus/Ivy/IvyApplication.cxx index 32b89a2..b0fa052 100644 --- a/Bus/Ivy/IvyApplication.cxx +++ b/Bus/Ivy/IvyApplication.cxx @@ -324,7 +324,7 @@ void IvyApplication::OnClose(int nErrorCode) #endif
regexp_in.clear();
Close();
-// bus->RemoveApplication( this );
+ //bus->RemoveApplication( this );
}
int IvyApplication::SendMsg(const char *message)
|