From: dwyip Date: Fri, 7 Jul 2006 03:42:02 +0000 (+0000) Subject: GC utilization fixes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b764b2835fb17424e05ea27a7a9939c65b17b6bf;p=inkscape.git GC utilization fixes --- 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.