aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.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 /main.cpp
parent90f203bff189706c2dec34482475b89d0a232597 (diff)
downloadsciteco-6bf314fa5193872e26e3eaabe222ee1e2a823c08.tar.gz
goto table cleanup
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index a1da02d..552b1e0 100644
--- a/main.cpp
+++ b/main.cpp
@@ -136,7 +136,7 @@ main(int argc, char **argv)
}
g_free(mung_file);
- goto_table = &cmdline_goto_table;
+ Goto::table = &cmdline_goto_table;
interface.ssm(SCI_EMPTYUNDOBUFFER);
undo.enabled = true;