X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ecef04c293db3e3ebcdb12062fdc40b9b35c8c3e..94fc5183e9f56fda8e87293a6d9aff2859f623ba:/src/common/config.cpp 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"