aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dw/tools.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/tools.cc b/dw/tools.cc
index cb45ef15..547c2585 100644
--- a/dw/tools.cc
+++ b/dw/tools.cc
@@ -40,6 +40,7 @@ SizeParams &SizeParams::operator=(const SizeParams &other)
init ();
fill (other.numPos, other.references, other.x, other.y);
debugPrint ();
+ return *this;
}
void SizeParams::init ()