1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-27 00:41:08 +02:00

Fixed compilation with MSVC.

This commit is contained in:
Michał W. Urbańczyk
2014-03-08 19:02:47 +00:00
parent d2ae847ecf
commit 7d1e54baa7
5 changed files with 64 additions and 64 deletions

View File

@ -257,7 +257,7 @@ public:
*/
std::vector<bool> getDefaultAllowed() const override;
const std::string getTypeName() override;
const std::string getTypeName() const override;
template <typename Handler> void serialize(Handler &h, const int version)
{