aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RESearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/RESearch.h')
-rw-r--r--src/RESearch.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/RESearch.h b/src/RESearch.h
index befd36790..0944fc398 100644
--- a/src/RESearch.h
+++ b/src/RESearch.h
@@ -9,6 +9,10 @@
#ifndef RESEARCH_H
#define RESEARCH_H
+#ifdef SCI_NAMESPACE
+namespace Scintilla {
+#endif
+
/*
* The following defines are not meant to be changeable.
* They are for readability only.
@@ -63,5 +67,9 @@ private:
}
};
+#ifdef SCI_NAMESPACE
+}
+#endif
+
#endif