using namespace in header removed, rectified resulting changes

* using namespace in context_runtime.h
* in same step also fixed some other using namespace issues
This commit is contained in:
Klaus Basan
2014-12-16 21:18:50 +01:00
parent f62f85b263
commit 9e5f228b08
19 changed files with 66 additions and 42 deletions

View File

@@ -23,7 +23,7 @@ namespace BlackSimPlugin
{
BlackCore::ISimulator *CSimulatorFsxFactory::create(QObject *parent)
{
return new Fsx::CSimulatorFsx(parent);
return new CSimulatorFsx(parent);
}
CSimulatorInfo CSimulatorFsxFactory::getSimulatorInfo() const