aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.cpp
diff options
context:
space:
mode:
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;