aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-gtk.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-gtk.cpp
parent4f069e1977c9567b8aca7b0306ac5f100ef11282 (diff)
parentb66d269b94016d43b3d256ab01c123ba2937c917 (diff)
downloadsciteco-1d768b53295d71705fd1618f936240ed5428cb87.tar.gz
Merge branch 'master' of github.com:rhaberkorn/sciteco
Diffstat (limited to 'src/interface-gtk.cpp')
-rw-r--r--src/interface-gtk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface-gtk.cpp b/src/interface-gtk.cpp
index c1a557a..d1d20cd 100644
--- a/src/interface-gtk.cpp
+++ b/src/interface-gtk.cpp
@@ -41,7 +41,7 @@
#include "interface.h"
#include "interface-gtk.h"
-InterfaceGtk interface;
+InterfaceGtk interface INIT_PRIO(PRIO_INTERFACE);
extern "C" {
static void scintilla_notify(ScintillaObject *sci, uptr_t idFrom,