FSX listener adjustments, timer requires "this" parent here

https://swift-project.slack.com/archives/G7GD2UP9C/p1534445228000100
This commit is contained in:
Klaus Basan
2018-08-16 21:08:02 +02:00
parent 15500c41db
commit 83e2fcf85e
3 changed files with 11 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ namespace BlackSimPlugin
};
//! Listener for FSX
class CSimulatorFsxListener : public BlackSimPlugin::FsxCommon::CSimulatorFsxCommonListener
class CSimulatorFsxListener : public FsxCommon::CSimulatorFsxCommonListener
{
Q_OBJECT