GCC warning.

This commit is contained in:
Roman Telezhynskyi 2021-09-15 10:22:18 +03:00
parent f1f368ed43
commit c7dbbb8146
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ QString VAbstractConverter::Convert()
} }
//--------------------------------------------------------------------------------------------------------------------- //---------------------------------------------------------------------------------------------------------------------
int VAbstractConverter::GetCurrentFormatVersion() const auto VAbstractConverter::GetCurrentFormatVersion() const -> unsigned
{ {
return m_ver; return m_ver;
} }

View File

@ -51,7 +51,7 @@ public:
QString Convert(); QString Convert();
int GetCurrentFormatVersion() const; unsigned GetCurrentFormatVersion() const;
protected: protected:
unsigned m_ver; unsigned m_ver;