refs #457 Workaround GCC 4.7.2 internal compiler error.

This commit is contained in:
Mathew Sutcliffe
2015-09-11 15:17:42 +01:00
parent f50400bd94
commit 56d8bf4651
3 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ namespace BlackMisc
if (m_initState != NotInitialized) { return; }
m_initWorker = BlackMisc::CWorker::fromTask(this, "CAircraftMatcher::initImpl", [this]()
{
initImpl();
this->initImpl();
});
}