From d13feca5b1389dd8846af5b77b7fb91c13d7cf4d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 27 May 2009 02:53:32 +0000 Subject: Branded structs in Scintilla.h with Sci_ prefix and added forwarding macros from old name to new. --- src/WindowAccessor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WindowAccessor.cxx') diff --git a/src/WindowAccessor.cxx b/src/WindowAccessor.cxx index 8093300bc..9de106fb7 100644 --- a/src/WindowAccessor.cxx +++ b/src/WindowAccessor.cxx @@ -45,7 +45,7 @@ void WindowAccessor::Fill(int position) { if (endPos > lenDoc) endPos = lenDoc; - TextRange tr = {{startPos, endPos}, buf}; + Sci_TextRange tr = {{startPos, endPos}, buf}; Platform::SendScintillaPointer(id, SCI_GETTEXTRANGE, 0, &tr); } -- cgit v1.2.3