diff options
Diffstat (limited to 'value.cc')
-rw-r--r-- | value.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ value_t& value_t::operator=(const value_t& value) return *this; destroy(); + switch (value.type) { case BOOLEAN: *((bool *) data) = *((bool *) value.data); |