compilation fix for VC++ statis MT build with wxUSE_STL==1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-11-01 12:17:29 +00:00
parent 9c72ebec90
commit 4cc6a9db04

View File

@@ -168,6 +168,8 @@ wxSTD ostream& operator<<(wxSTD ostream& os, const wxString& str)
#define STATISTICS_ADD(av, val) #define STATISTICS_ADD(av, val)
#endif // WXSTRING_STATISTICS #endif // WXSTRING_STATISTICS
#if !wxUSE_STL
// =========================================================================== // ===========================================================================
// wxStringData class deallocation // wxStringData class deallocation
// =========================================================================== // ===========================================================================
@@ -180,8 +182,6 @@ void wxStringData::Free()
} }
#endif #endif
#if !wxUSE_STL
// =========================================================================== // ===========================================================================
// wxStringBase // wxStringBase
// =========================================================================== // ===========================================================================