From edcedfc19c9337474f4c2b4043b8c4d6d1609b06 Mon Sep 17 00:00:00 2001 From: David Yip Date: Fri, 7 Jul 2006 03:42:02 +0000 Subject: GC utilization fixes (bzr r1373) --- src/composite-undo-stack-observer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/composite-undo-stack-observer.h b/src/composite-undo-stack-observer.h index 2de64898b..7e45ccae4 100644 --- a/src/composite-undo-stack-observer.h +++ b/src/composite-undo-stack-observer.h @@ -90,7 +90,7 @@ public: }; /// A list of UndoStackObserverRecords, used to aggregate multiple UndoStackObservers. - typedef std::list< UndoStackObserverRecord > UndoObserverRecordList; + typedef std::list< UndoStackObserverRecord, GC::Alloc< UndoStackObserverRecord, GC::MANUAL > > UndoObserverRecordList; /** * Constructor. -- cgit v1.2.3