diff options
Diffstat (limited to 'Ivy')
-rw-r--r-- | Ivy/IvyApplication.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ivy/IvyApplication.cxx b/Ivy/IvyApplication.cxx index de43bd0..cd0e70c 100644 --- a/Ivy/IvyApplication.cxx +++ b/Ivy/IvyApplication.cxx @@ -202,6 +202,7 @@ void IvyApplication::OnReceive(char * line) if ( bus->CallDieCallback( this, id, arg ) )
{
PostMessage( NULL, WM_CLOSE, 0, 0);
+ exit(-1);
}
break;
|