diff --git a/src/common/config.cpp b/src/common/config.cpp index e3286e8aaa..6ad9263693 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -27,7 +27,7 @@ #define wxUSE_CONFIG_NATIVE 1 #endif -#if wxUSE_CONFIG && ((wxUSE_FILE && wxUSE_TEXTFILE) || wxUSE_CONFIG_NATIVE)) +#if wxUSE_CONFIG && ((wxUSE_FILE && wxUSE_TEXTFILE) || wxUSE_CONFIG_NATIVE) #include "wx/app.h" #include "wx/file.h"