X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a9d5e5a7321ab71ad690ec98f374bf2b28148b9..c60ba92d097bd49e204f140f22ade84a1b6bc38c:/src/common/string.cpp diff --git a/src/common/string.cpp b/src/common/string.cpp index c8ebc830cd..4a1c6d95a9 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -46,13 +46,9 @@ #include #endif -#ifdef WXSTRING_IS_WXOBJECT - IMPLEMENT_DYNAMIC_CLASS(wxString, wxObject) -#endif //WXSTRING_IS_WXOBJECT - #if wxUSE_UNICODE -#undef wxUSE_EXPERIMENTAL_PRINTF -#define wxUSE_EXPERIMENTAL_PRINTF 1 + #undef wxUSE_EXPERIMENTAL_PRINTF + #define wxUSE_EXPERIMENTAL_PRINTF 1 #endif // allocating extra space for each string consumes more memory but speeds up