mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 10:15:43 +08:00
Fix and improve xswiftbus version mismatch warning
This commit is contained in:
committed by
Mat Sutcliffe
parent
8223ddb710
commit
6b17f847e9
@@ -61,7 +61,7 @@ namespace XSwiftBus
|
||||
void onAircraftModelChanged();
|
||||
|
||||
//! Returns the XSwiftBus version number
|
||||
std::string getVersionNumber() const { return XSWIFTBUS_VERSION; }
|
||||
std::string getVersionNumber() const;
|
||||
|
||||
//! Add a text message to the on-screen display, with RGB components in the range [0,1]
|
||||
void addTextMessage(const std::string &text, double red, double green, double blue);
|
||||
|
||||
Reference in New Issue
Block a user