]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
use wxIsEmpty() instead of deprecated IsEmpty()
[wxWidgets.git] / src / common / string.cpp
index 9c8122f952d1dda3f4d8b50d752fae8249372813..f26486112aaee9a34233162cf96f6271a4f60495 100644 (file)
@@ -1115,7 +1115,7 @@ void wxString::UngetWriteBuf(size_t nLen)
 }
 #endif // WXWIN_COMPATIBILITY_2_8
 
-#endif // !wxUSE_STL
+#endif // !wxUSE_STL_BASED_WXSTRING
 
 
 // ---------------------------------------------------------------------------