X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/431aea0327720fc44a3ea81b97eda10a5736ae54..404b319a85dadd7decf7a5a5331020520031a41c:/src/stc/stc.cpp.in diff --git a/src/stc/stc.cpp.in b/src/stc/stc.cpp.in index eec517db9f..d9036a438b 100644 --- a/src/stc/stc.cpp.in +++ b/src/stc/stc.cpp.in @@ -647,7 +647,7 @@ bool wxStyledTextCtrl::GetUseAntiAliasing() { } void wxStyledTextCtrl::AnnotationClearLine(int line) { - SendMsg(SCI_ANNOTATIONSETTEXT, line, NULL); + SendMsg(SCI_ANNOTATIONSETTEXT, line, (sptr_t)NULL); }