summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/composite-undo-stack-observer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/composite-undo-stack-observer.h b/src/composite-undo-stack-observer.h
index 7b6b693b6..2de64898b 100644
--- a/src/composite-undo-stack-observer.h
+++ b/src/composite-undo-stack-observer.h
@@ -34,7 +34,7 @@ public:
/**
* Structure for tracking UndoStackObservers.
*/
- struct UndoStackObserverRecord : public GC::Managed<> {
+ struct UndoStackObserverRecord {
public:
/**
* Constructor.
@@ -90,7 +90,7 @@ public:
};
/// A list of UndoStackObserverRecords, used to aggregate multiple UndoStackObservers.
- typedef std::list< UndoStackObserverRecord, GC::Alloc< UndoStackObserverRecord, GC::MANUAL > > UndoObserverRecordList;
+ typedef std::list< UndoStackObserverRecord > UndoObserverRecordList;
/**
* Constructor.