diff options
| author | David Yip <yipdw@alumni.rose-hulman.edu> | 2006-07-07 03:42:02 +0000 |
|---|---|---|
| committer | dwyip <dwyip@users.sourceforge.net> | 2006-07-07 03:42:02 +0000 |
| commit | edcedfc19c9337474f4c2b4043b8c4d6d1609b06 (patch) | |
| tree | c936d2f501eafe14e0a97ffabec210d25bf229e4 /src/composite-undo-stack-observer.h | |
| parent | add xpathtoken.cpp (diff) | |
| download | inkscape-edcedfc19c9337474f4c2b4043b8c4d6d1609b06.tar.gz inkscape-edcedfc19c9337474f4c2b4043b8c4d6d1609b06.zip | |
GC utilization fixes
(bzr r1373)
Diffstat (limited to '')
| -rw-r--r-- | src/composite-undo-stack-observer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
