aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Editor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 55c540145..a516fc151 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -6738,7 +6738,7 @@ sptr_t Editor::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) {
return verticalScrollBarVisible;
case SCI_SETINDENTATIONGUIDES:
- vs.viewIndentationGuides = IndentView(wParam);
+ vs.viewIndentationGuides = static_cast<IndentView>(wParam);
Redraw();
break;