From b764b2835fb17424e05ea27a7a9939c65b17b6bf Mon Sep 17 00:00:00 2001 From: dwyip Date: Fri, 7 Jul 2006 03:42:02 +0000 Subject: [PATCH] GC utilization fixes --- src/composite-undo-stack-observer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2