From c715e9dfc7da16a645ae75b57367155ed56061d5 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 18 Nov 2013 14:54:56 +1100 Subject: Bug [#1552]. Search string could be const. --- include/Scintilla.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index b50d20260..a4a559b81 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -1028,7 +1028,7 @@ struct Sci_TextRange { struct Sci_TextToFind { struct Sci_CharacterRange chrg; - char *lpstrText; + const char *lpstrText; struct Sci_CharacterRange chrgText; }; -- cgit v1.2.3