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:
parent
d32461d9d1
commit
eab0b1e674
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user