Improve fix for issue 479

This commit is contained in:
Nick Bolton 2010-06-01 21:29:38 +00:00
parent a2b79e062c
commit 70cfc74ce1
9 changed files with 69 additions and 40 deletions

View file

@ -37,6 +37,7 @@ CArchAppUtil::parseArg(const int& argc, const char* const* argv, int& i)
void
CArchAppUtil::adoptApp(CApp* app)
{
app->m_bye = &exitAppStatic;
m_app = app;
}