X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/431aea0327720fc44a3ea81b97eda10a5736ae54..3c4845b41859f5894e4cfc7f66b7672d30662fd4:/src/stc/stc.cpp diff --git a/src/stc/stc.cpp b/src/stc/stc.cpp index f1cfe240df..c9b08e945c 100644 --- a/src/stc/stc.cpp +++ b/src/stc/stc.cpp @@ -4509,7 +4509,7 @@ bool wxStyledTextCtrl::GetUseAntiAliasing() { } void wxStyledTextCtrl::AnnotationClearLine(int line) { - SendMsg(SCI_ANNOTATIONSETTEXT, line, NULL); + SendMsg(SCI_ANNOTATIONSETTEXT, line, (sptr_t)NULL); }