From 2c01d26fce8ec14fa9f4c8bbee0d1171c9f45048 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 30 Mar 2024 08:49:15 +1100 Subject: Bug [#2435]. Fix documentation of type of SCNotification::annotationLinesAdded. --- doc/ScintillaDoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 076e20bb5..e0ba05915 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -8879,7 +8879,7 @@ struct SCNotification { int x; /* SCN_DWELLSTART, SCN_DWELLEND */ int y; /* SCN_DWELLSTART, SCN_DWELLEND */ int token; /* SCN_MODIFIED with SC_MOD_CONTAINER */ - int annotationLinesAdded; /* SCN_MODIFIED with SC_MOD_CHANGEANNOTATION */ + Sci_Position annotationLinesAdded; /* SCN_MODIFIED with SC_MOD_CHANGEANNOTATION */ int updated; /* SCN_UPDATEUI */ int listCompletionMethod; /* SCN_AUTOCSELECTION, SCN_AUTOCCOMPLETED, SCN_USERLISTSELECTION */ -- cgit v1.2.3