aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-ncurses.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface-ncurses.cpp')
-rw-r--r--src/interface-ncurses.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface-ncurses.cpp b/src/interface-ncurses.cpp
index 899043c..b850ad4 100644
--- a/src/interface-ncurses.cpp
+++ b/src/interface-ncurses.cpp
@@ -40,7 +40,7 @@
#include "interface.h"
#include "interface-ncurses.h"
-InterfaceNCurses interface;
+InterfaceNCurses interface INIT_PRIO(PRIO_INTERFACE);
extern "C" {
static void scintilla_notify(Scintilla *sci, int idFrom,