From 6bf314fa5193872e26e3eaabe222ee1e2a823c08 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 19 Nov 2012 22:30:17 +0100 Subject: goto table cleanup --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') 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; -- cgit v1.2.3