X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/caff62f22d16af7350d86151929dae99ebb36182..1857c88d2624f37590be3b13c33f5cf9449e7a3b:/src/common/string.cpp?ds=inline diff --git a/src/common/string.cpp b/src/common/string.cpp index 503ff915c9..f0cb6d2910 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -168,6 +168,8 @@ wxSTD ostream& operator<<(wxSTD ostream& os, const wxString& str) #define STATISTICS_ADD(av, val) #endif // WXSTRING_STATISTICS +#if !wxUSE_STL + // =========================================================================== // wxStringData class deallocation // =========================================================================== @@ -180,8 +182,6 @@ void wxStringData::Free() } #endif -#if !wxUSE_STL - // =========================================================================== // wxStringBase // ===========================================================================