From e603bf45ce1d29f17a0d4233484b4ce1806f235a Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 16 Nov 2016 09:27:40 +1100 Subject: Deprecate non-branded struct names in Scintilla.h. --- src/Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index 5f588b1fd..f219a5669 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -3932,7 +3932,7 @@ CaseFolder *Editor::CaseFolderForEncoding() { long Editor::FindText( uptr_t wParam, ///< Search modes : @c SCFIND_MATCHCASE, @c SCFIND_WHOLEWORD, ///< @c SCFIND_WORDSTART, @c SCFIND_REGEXP or @c SCFIND_POSIX. - sptr_t lParam) { ///< @c TextToFind structure: The text to search for in the given range. + sptr_t lParam) { ///< @c Sci_TextToFind structure: The text to search for in the given range. Sci_TextToFind *ft = reinterpret_cast(lParam); int lengthFound = istrlen(ft->lpstrText); -- cgit v1.2.3