1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Add "override" to virtual overriden methods

This commit is contained in:
Vadim Markovtsev
2015-10-12 16:47:10 +03:00
parent abe02247b5
commit e4b1ef1405
55 changed files with 433 additions and 433 deletions

View File

@@ -115,7 +115,7 @@ public:
numbers.clear();
}
void toString(std::string &dst) const;
std::string toString() const;
std::string toString() const override;
void getLocalString(const std::pair<ui8,ui32> &txt, std::string &dst) const;
MetaString()