mirror of
https://github.com/zeldaret/ph
synced 2026-06-02 18:18:33 -04:00
Ignore override keyword when compiling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user