We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32461d commit eab0b1eCopy full SHA for eab0b1e
AI/FuzzyLite/fuzzylite/fl/norm/SNorm.h
@@ -40,7 +40,7 @@ namespace fl {
40
41
FL_DEFAULT_COPY_AND_MOVE(SNorm)
42
43
- virtual SNorm* clone() const = 0;
+ virtual SNorm* clone() const FL_IOVERRIDE = 0;
44
};
45
}
46
#endif /* FL_SNORM_H */
AI/FuzzyLite/fuzzylite/fl/norm/TNorm.h
FL_DEFAULT_COPY_AND_MOVE(TNorm)
- virtual TNorm* clone() const = 0;
+ virtual TNorm* clone() const FL_IOVERRIDE = 0;
#endif /* TNORM_H */
0 commit comments