summaryrefslogtreecommitdiff
path: root/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'value.h')
-rw-r--r--value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/value.h b/value.h
index 86b07041..6a094c33 100644
--- a/value.h
+++ b/value.h
@@ -163,7 +163,7 @@ private:
*/
explicit storage_t(const storage_t& rhs)
: type(rhs.type), refc(0) {
- TRACE_CTOR(value_t::storage_t, "");
+ TRACE_CTOR(value_t::storage_t, "copy");
*this = rhs;
}
storage_t& operator=(const storage_t& rhs);