]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
Added FindItemAtPoint
[wxWidgets.git] / src / common / string.cpp
index 503ff915c9da4de181590e9091c97d06727f3ed7..f0cb6d2910382f5efead05073558b808ca9d5c2d 100644 (file)
@@ -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
 // ===========================================================================