summaryrefslogtreecommitdiffstats
path: root/src/removeoverlap/variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/removeoverlap/variable.h')
-rw-r--r--src/removeoverlap/variable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/removeoverlap/variable.h b/src/removeoverlap/variable.h
index 492e7504a..e682dd7df 100644
--- a/src/removeoverlap/variable.h
+++ b/src/removeoverlap/variable.h
@@ -35,6 +35,8 @@ public:
: id(id)
, desiredPosition(desiredPos)
, weight(weight)
+ , offset(0)
+ , visited(false)
{
}
double position() const;