]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/meta/movable.h
Extend history api using the ie backend to include loading history items, and getting...
[wxWidgets.git] / include / wx / meta / movable.h
index 8c934874724a06f4a2aecc523406ff95529ed164..a962282c423ceee45529b520e685e9e2194d5047 100644 (file)
@@ -38,7 +38,7 @@ struct wxIsMovable
 // (NB: we don't put this into string.h and choose to include wx/string.h from
 // here instead so that rarely-used wxIsMovable<T> code isn't included by
 // everything)
-#if !wxUSE_STL && !wxUSE_STRING_POS_CACHE
+#if !wxUSE_STD_STRING && !wxUSE_STRING_POS_CACHE
 WX_DECLARE_TYPE_MOVABLE(wxString)
 #endif