aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-ncurses.cpp
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-02-03 18:44:27 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-02-03 18:44:27 +0100
commit1d768b53295d71705fd1618f936240ed5428cb87 (patch)
tree8efe9126d62db1eea01379a4a4b1fffc2abf6585 /src/interface-ncurses.cpp
parent4f069e1977c9567b8aca7b0306ac5f100ef11282 (diff)
parentb66d269b94016d43b3d256ab01c123ba2937c917 (diff)
downloadsciteco-1d768b53295d71705fd1618f936240ed5428cb87.tar.gz
Merge branch 'master' of github.com:rhaberkorn/sciteco
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,