aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PerLine.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PerLine.cxx')
-rw-r--r--src/PerLine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PerLine.cxx b/src/PerLine.cxx
index 068d5d0a5..762891ee3 100644
--- a/src/PerLine.cxx
+++ b/src/PerLine.cxx
@@ -102,7 +102,7 @@ void LineMarkers::Init() {
void LineMarkers::InsertLine(Sci::Line line) {
if (markers.Length()) {
- markers.Insert(line, 0);
+ markers.Insert(line, nullptr);
}
}