projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix file paths in wxFileSystemWatcherEvent under OS X.
[wxWidgets.git]
/
src
/
stc
/
PlatWX.cpp
diff --git
a/src/stc/PlatWX.cpp
b/src/stc/PlatWX.cpp
index 43c70db21561b60462b4938b4e5c2a2b36a3b91e..c92a71592d42a7113aa65d7a3e2ebbb6f83a2583 100644
(file)
--- a/
src/stc/PlatWX.cpp
+++ b/
src/stc/PlatWX.cpp
@@
-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
#else
// If not unicode then just use the widths we have
-#if wxUSE_ST
L
+#if wxUSE_ST
D_CONTAINERS
std::copy(tpos.begin(), tpos.end(), positions);
#else
memcpy(positions, tpos.begin(), len * sizeof(int));
std::copy(tpos.begin(), tpos.end(), positions);
#else
memcpy(positions, tpos.begin(), len * sizeof(int));