1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Fix build with clang 3.6

This is backported commit 509ccac9dd53932b158ee10b47e95d495deb3fd9
from fuzzylite
This commit is contained in:
Dmitry Marakasov 2015-04-09 13:18:33 +03:00
parent d32461d9d1
commit eab0b1e674
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ namespace fl {
FL_DEFAULT_COPY_AND_MOVE(SNorm)
virtual SNorm* clone() const = 0;
virtual SNorm* clone() const FL_IOVERRIDE = 0;
};
}
#endif /* FL_SNORM_H */

View File

@ -40,7 +40,7 @@ namespace fl {
FL_DEFAULT_COPY_AND_MOVE(TNorm)
virtual TNorm* clone() const = 0;
virtual TNorm* clone() const FL_IOVERRIDE = 0;
};
}
#endif /* TNORM_H */