summaryrefslogtreecommitdiffstats
path: root/src/removeoverlap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/removeoverlap.cpp')
-rw-r--r--src/removeoverlap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/removeoverlap.cpp b/src/removeoverlap.cpp
index 6dd8d6a79..0c45e34a9 100644
--- a/src/removeoverlap.cpp
+++ b/src/removeoverlap.cpp
@@ -26,7 +26,7 @@ namespace {
Geom::Point midpoint;
Rectangle *vspc_rect;
- Record() {}
+ Record() : item(0), vspc_rect(0) {}
Record(SPItem *i, Geom::Point m, Rectangle *r)
: item(i), midpoint(m), vspc_rect(r) {}
};