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.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interface-ncurses.cpp b/src/interface-ncurses.cpp
index 6215811..a956fdf 100644
--- a/src/interface-ncurses.cpp
+++ b/src/interface-ncurses.cpp
@@ -44,6 +44,8 @@
#include "interface.h"
#include "interface-ncurses.h"
+namespace SciTECO {
+
extern "C" {
static void scintilla_notify(Scintilla *sci, int idFrom,
void *notify, void *user_data);
@@ -490,3 +492,5 @@ scintilla_notify(Scintilla *sci, int idFrom, void *notify, void *user_data)
{
interface.process_notify((SCNotification *)notify);
}
+
+} /* namespace SciTECO */