aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r--src/Editor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 81f3c1893..35c8a8d6b 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -5673,7 +5673,7 @@ void Editor::StyleSetMessage(unsigned int iMessage, uptr_t wParam, sptr_t lParam
break;
case SCI_STYLESETCHARACTERSET:
vs.styles[wParam].characterSet = static_cast<int>(lParam);
- pdoc->SetCaseFolder(NULL);
+ pdoc->SetCaseFolder(nullptr);
break;
case SCI_STYLESETVISIBLE:
vs.styles[wParam].visible = lParam != 0;