summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7bb2f39)
raw | patch | inline | side by side (parent: 7bb2f39)
author | mental <mental@users.sourceforge.net> | |
Sat, 29 Apr 2006 18:44:26 +0000 (18:44 +0000) | ||
committer | mental <mental@users.sourceforge.net> | |
Sat, 29 Apr 2006 18:44:26 +0000 (18:44 +0000) |
src/gc-anchored.cpp | patch | blob | history |
diff --git a/src/gc-anchored.cpp b/src/gc-anchored.cpp
index 285efd69d909767ff742c376de960c31cdc375b9..3829e54ddb08e3f0ae1405a0e72a2f431ee43014 100644 (file)
--- a/src/gc-anchored.cpp
+++ b/src/gc-anchored.cpp
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())),