diff options
Diffstat (limited to 'src/interface-gtk.cpp')
-rw-r--r-- | src/interface-gtk.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interface-gtk.cpp b/src/interface-gtk.cpp index d4ae096..2b47019 100644 --- a/src/interface-gtk.cpp +++ b/src/interface-gtk.cpp @@ -41,6 +41,8 @@ #include "interface.h" #include "interface-gtk.h" +namespace SciTECO { + extern "C" { static void scintilla_notify(ScintillaObject *sci, uptr_t idFrom, SCNotification *notify, gpointer user_data); @@ -305,3 +307,5 @@ exit_app(GtkWidget *w, GdkEventAny *e, gpointer p) gtk_main_quit(); return TRUE; } + +} /* namespace SciTECO */ |