Remove feature test for HAVE_EXPLICIT

This commit is contained in:
ARATA Mizuki
2016-09-09 20:20:59 +09:00
parent 8cfc74491a
commit 32666e8d4f
7 changed files with 1 additions and 142 deletions

View File

@@ -258,7 +258,7 @@ typedef short int WXTYPE;
#define wxOVERRIDE override
#else /* !HAVE_OVERRIDE */
#define wxOVERRIDE
#endif /* HAVE_OVERRIDE/!HAVE_EXPLICIT */
#endif /* HAVE_OVERRIDE */
/* wxFALLTHROUGH is used to notate explicit fallthroughs in switch statements */