diff options
Diffstat (limited to 'src/goto.h')
-rw-r--r-- | src/goto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ public: undo_set(gchar *name, gint pc = -1) { if (must_undo) - undo.push(new UndoTokenSet(this, name, pc)); + undo.push<UndoTokenSet>(this, name, pc); } #ifdef DEBUG |