From 70e1df5581561370bb36dad4ae2188afb988eaff Mon Sep 17 00:00:00 2001 From: David Yip Date: Wed, 5 Jul 2006 13:59:57 +0000 Subject: fixed compile bug (bzr r1355) --- src/composite-undo-stack-observer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/composite-undo-stack-observer.h') diff --git a/src/composite-undo-stack-observer.h b/src/composite-undo-stack-observer.h index 7b6b693b6..2de64898b 100644 --- a/src/composite-undo-stack-observer.h +++ b/src/composite-undo-stack-observer.h @@ -34,7 +34,7 @@ public: /** * Structure for tracking UndoStackObservers. */ - struct UndoStackObserverRecord : public GC::Managed<> { + struct UndoStackObserverRecord { public: /** * Constructor. @@ -90,7 +90,7 @@ public: }; /// A list of UndoStackObserverRecords, used to aggregate multiple UndoStackObservers. - typedef std::list< UndoStackObserverRecord, GC::Alloc< UndoStackObserverRecord, GC::MANUAL > > UndoObserverRecordList; + typedef std::list< UndoStackObserverRecord > UndoObserverRecordList; /** * Constructor. -- cgit v1.2.3