Fix and improve xswiftbus version mismatch warning

This commit is contained in:
Roland Rossgotterer
2019-03-27 15:14:04 +01:00
committed by Mat Sutcliffe
parent 8223ddb710
commit 6b17f847e9
4 changed files with 30 additions and 3 deletions

View File

@@ -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);