From e7729d12b8676528ab5bfecf58d586ac1fbafeb1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 21 Jun 2000 02:59:25 +0000 Subject: Added indentation guide API. View whitespace has setting to only see outside indentation. Indentation guide highlight. --- src/ScintillaBase.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ScintillaBase.cxx') diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx index 87b84f706..0f7d944fe 100644 --- a/src/ScintillaBase.cxx +++ b/src/ScintillaBase.cxx @@ -325,7 +325,7 @@ LRESULT ScintillaBase::WndProc(UINT iMessage, WPARAM wParam, LPARAM lParam) { break; case SCI_AUTOCSETSEPARATOR: - ac.SetSeparator(wParam); + ac.SetSeparator(static_cast(wParam)); break; case SCI_AUTOCGETSEPARATOR: -- cgit v1.2.3