aboutsummaryrefslogtreecommitdiffhomepage
path: root/undo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'undo.cpp')
-rw-r--r--undo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/undo.cpp b/undo.cpp
index c6b30ff..da0b593 100644
--- a/undo.cpp
+++ b/undo.cpp
@@ -6,6 +6,7 @@
#include <Scintilla.h>
#include "sciteco.h"
+#include "interface.h"
#include "undo.h"
UndoStack undo;
@@ -13,7 +14,7 @@ UndoStack undo;
void
UndoTokenMessage::run(void)
{
- editor_msg(iMessage, wParam, lParam);
+ interface.ssm(iMessage, wParam, lParam);
}
void