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:
@@ -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
|
||||
// ===========================================================================
|
||||
|
Reference in New Issue
Block a user