2 * Copyright 2012, Stephan Aßmus <superstippi@gmx.de>
3 * Distributed under the terms of the MIT License.
10 #include "UndoableEdit.h"
17 bool Push(const UndoableEditRef
& edit
);
18 UndoableEditRef
Pop();
20 const UndoableEditRef
& Top() const;
25 typedef List
<UndoableEditRef
, false> EditList
;
30 #endif // EDIT_STACK_H