blob: 21c367fe597251743e0d0bf7286231b4eeac9c52 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/undo.h.orig Tue Jan 1 20:43:01 2002
+++ src/undo.h Thu Jun 26 02:21:52 2003
@@ -65,7 +65,7 @@
// one for undo and the other for redo
//**********************************************************
class UndoItem {
- friend UndoRedoManager;
+ friend struct UndoRedoManager;
private:
UndoAction action;
|