Fixed missing default argument in virtual function override.

This commit is contained in:
Mathew Sutcliffe
2015-04-30 21:09:37 +01:00
parent afdf8eccad
commit 81ed0188d7

View File

@@ -50,7 +50,7 @@ namespace BlackMisc
protected: protected:
//! \copydoc CValueObject::convertToQString //! \copydoc CValueObject::convertToQString
virtual QString convertToQString(bool i18n) const override; virtual QString convertToQString(bool i18n = false) const override;
public: public:
//! Default constructor: 0 Altitude true //! Default constructor: 0 Altitude true