X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3403ccd5aeefbd74bc693262073431e22c654dc6..0c7cfd990d3e7cdb62be89cce44b37f21a7161ad:/include/wx/string.h diff --git a/include/wx/string.h b/include/wx/string.h index ee362ff90c..45e8aa0384 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -173,7 +173,7 @@ inline const wxString& wxGetEmptyString() { return *(wxString *)&wxEmptyString; #include "wx/afterstd.h" #if wxUSE_UNICODE - #if HAVE_STD_WSTRING + #ifdef HAVE_STD_WSTRING typedef std::wstring wxStringBase; #else typedef std::basic_string wxStringBase;