diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/gc-anchored.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc-anchored.cpp b/src/gc-anchored.cpp index 285efd69d..3829e54dd 100644 --- a/src/gc-anchored.cpp +++ b/src/gc-anchored.cpp @@ -24,7 +24,7 @@ class AnchorEvent : public Debug::Event { public: enum Type { ANCHOR, RELEASE }; - AnchorEvent(GC::Anchored const *object, Type type) + AnchorEvent(Anchored const *object, Type type) : _base(Util::format("%p", Core::base(const_cast<Anchored *>(object)))), _object(Util::format("%p", object)), _class_name(Util::share_static_string(typeid(*object).name())), |
