summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: da8873c)
raw | patch | inline | side by side (parent: da8873c)
author | dwyip <dwyip@users.sourceforge.net> | |
Fri, 7 Jul 2006 03:42:02 +0000 (03:42 +0000) | ||
committer | dwyip <dwyip@users.sourceforge.net> | |
Fri, 7 Jul 2006 03:42:02 +0000 (03:42 +0000) |
src/composite-undo-stack-observer.h | patch | blob | history |
index 2de64898b75e7b5b5a0d9a0b47fdab981265ec3a..7e45ccae4f01e24087184f040118fd8d85cd9945 100644 (file)
};
/// 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.