GCC warning.
This commit is contained in:
parent
f1f368ed43
commit
c7dbbb8146
|
@ -147,7 +147,7 @@ QString VAbstractConverter::Convert()
|
|||
}
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
int VAbstractConverter::GetCurrentFormatVersion() const
|
||||
auto VAbstractConverter::GetCurrentFormatVersion() const -> unsigned
|
||||
{
|
||||
return m_ver;
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@ public:
|
|||
|
||||
QString Convert();
|
||||
|
||||
int GetCurrentFormatVersion() const;
|
||||
unsigned GetCurrentFormatVersion() const;
|
||||
|
||||
protected:
|
||||
unsigned m_ver;
|
||||
|
|
Loading…
Reference in New Issue
Block a user