summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Yip <yipdw@alumni.rose-hulman.edu>2006-07-07 03:42:02 +0000
committerdwyip <dwyip@users.sourceforge.net>2006-07-07 03:42:02 +0000
commitedcedfc19c9337474f4c2b4043b8c4d6d1609b06 (patch)
treec936d2f501eafe14e0a97ffabec210d25bf229e4 /src
parentadd xpathtoken.cpp (diff)
downloadinkscape-edcedfc19c9337474f4c2b4043b8c4d6d1609b06.tar.gz
inkscape-edcedfc19c9337474f4c2b4043b8c4d6d1609b06.zip
GC utilization fixes
(bzr r1373)
Diffstat (limited to 'src')
-rw-r--r--src/composite-undo-stack-observer.h2
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.