Code

fix over-qualified name
authormental <mental@users.sourceforge.net>
Sat, 29 Apr 2006 18:44:26 +0000 (18:44 +0000)
committermental <mental@users.sourceforge.net>
Sat, 29 Apr 2006 18:44:26 +0000 (18:44 +0000)
src/gc-anchored.cpp

index 285efd69d909767ff742c376de960c31cdc375b9..3829e54ddb08e3f0ae1405a0e72a2f431ee43014 100644 (file)
@@ -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())),