Ignore override keyword when compiling

This commit is contained in:
Aetias
2024-01-06 10:37:11 +01:00
parent 31391fd76f
commit cf9ba37018
+3
View File
@@ -14,4 +14,7 @@
#define NONMATCH
#endif
// `override` was added in C++11 before the DS, so we only use the keyword to indicate overriden functions
#define override
#endif