refs #697 XBus setting renamed.

This commit is contained in:
Mathew Sutcliffe
2016-08-03 02:14:39 +01:00
parent 7a34cc6d9a
commit 8ce885eeba
3 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ namespace BlackSimPlugin
private:
QScopedPointer<Ui::CSimulatorXPlaneConfigWindow> ui;
BlackMisc::CSetting<XBusServer> m_xbusServerSetting { this };
BlackMisc::CSetting<TXBusServer> m_xbusServerSetting { this };
};
}
}