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 082d3d030..4163c45b2 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -91,7 +91,7 @@ static bool IsLastStep(const DocModification &mh) {
}
Timer::Timer() :
- ticking(false), ticksToWait(0), tickerID(0) {}
+ ticking(false), ticksToWait(0), tickerID{} {}
Idler::Idler() :
state(false), idlerID(0) {}