diff options
Diffstat (limited to 'doc/ScintillaDoc.html')
| -rw-r--r-- | doc/ScintillaDoc.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index e5bf32e4f..43ec2d526 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -801,7 +801,7 @@ struct Sci_TextRange {  <pre>  struct Sci_TextToFind {      struct <a class="jump" href="#Sci_CharacterRange">Sci_CharacterRange</a> chrg;     // range to search -    char *lpstrText;                // the search pattern (zero terminated) +    const char *lpstrText;                // the search pattern (zero terminated)      struct Sci_CharacterRange chrgText; // returned as position of matching text  };  </pre> | 
