]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/PlatWX.cpp
Add backend descriptions for all backends to the documentation.
[wxWidgets.git] / src / stc / PlatWX.cpp
index 43c70db21561b60462b4938b4e5c2a2b36a3b91e..c92a71592d42a7113aa65d7a3e2ebbb6f83a2583 100644 (file)
@@ -545,7 +545,7 @@ void SurfaceImpl::MeasureWidths(Font &font, const char *s, int len, int *positio
 #else
 
     // If not unicode then just use the widths we have
-#if wxUSE_STL
+#if wxUSE_STD_CONTAINERS
     std::copy(tpos.begin(), tpos.end(), positions);
 #else
     memcpy(positions, tpos.begin(), len * sizeof(int));