diff options
Diffstat (limited to 'src/utility.h')
-rw-r--r-- | src/utility.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utility.h b/src/utility.h index 497f79fa0..df151fd87 100644 --- a/src/utility.h +++ b/src/utility.h @@ -1456,6 +1456,8 @@ public: i.getNode()->getValue()); } + return *this; + } Settings & operator=(Settings &other) |