aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2016-01-01 21:43:25 +0100
committerSebastian Geerken <devnull@localhost>2016-01-01 21:43:25 +0100
commit8b3222822da23f2ff82b8b7b2d29a8afe9497c19 (patch)
treefa8f320c5b1af7c4b0501e931eb30cec9ecbf010
parentbcf31f50c46dac457fe7f0fdd1f88331e07c9e60 (diff)
Fix in recent fix (memory problem).
-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 ()