diff options
author | Sebastian Geerken <devnull@localhost> | 2016-01-01 21:43:25 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-01-01 21:43:25 +0100 |
commit | 8b3222822da23f2ff82b8b7b2d29a8afe9497c19 (patch) | |
tree | fa8f320c5b1af7c4b0501e931eb30cec9ecbf010 /dw/tools.cc | |
parent | bcf31f50c46dac457fe7f0fdd1f88331e07c9e60 (diff) |
Fix in recent fix (memory problem).
Diffstat (limited to 'dw/tools.cc')
-rw-r--r-- | dw/tools.cc | 1 |
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 () |