mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-20 11:37:03 +02:00
Improve fix for issue 479
This commit is contained in:
parent
a2b79e062c
commit
70cfc74ce1
9 changed files with 69 additions and 40 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue