aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmdline.cpp
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-19 22:30:17 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-20 06:07:33 +0100
commit6bf314fa5193872e26e3eaabe222ee1e2a823c08 (patch)
tree11791308915b3d2e42ed9db81ff28fd3ed441eee /cmdline.cpp
parent90f203bff189706c2dec34482475b89d0a232597 (diff)
downloadsciteco-6bf314fa5193872e26e3eaabe222ee1e2a823c08.tar.gz
goto table cleanup
Diffstat (limited to 'cmdline.cpp')
-rw-r--r--cmdline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline.cpp b/cmdline.cpp
index 9f500a3..d8e71ac 100644
--- a/cmdline.cpp
+++ b/cmdline.cpp
@@ -136,7 +136,7 @@ process_edit_cmd(gchar key)
interface.ssm(SCI_EMPTYUNDOBUFFER);
undo.clear();
- goto_table->clear();
+ Goto::table->clear();
*cmdline = '\0';
macro_pc = 0;