summaryrefslogtreecommitdiffstats
path: root/src/gc-anchored.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc-anchored.cpp')
-rw-r--r--src/gc-anchored.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc-anchored.cpp b/src/gc-anchored.cpp
index dc5a9e45c..12eaa8319 100644
--- a/src/gc-anchored.cpp
+++ b/src/gc-anchored.cpp
@@ -33,7 +33,7 @@ public:
{
_addProperty("base", Util::format("%p", Core::base(const_cast<Anchored *>(object))).pointer());
_addProperty("pointer", Util::format("%p", object).pointer());
- _addProperty("class", std::move(Debug::demangle(typeid(*object).name())));
+ _addProperty("class", Debug::demangle(typeid(*object).name()));
_addProperty("new-refcount", object->_anchored_refcount() + bias);
}
};