aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AutoComplete.h')
-rw-r--r--src/AutoComplete.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/AutoComplete.h b/src/AutoComplete.h
index 10577ca38..b10cdce82 100644
--- a/src/AutoComplete.h
+++ b/src/AutoComplete.h
@@ -8,6 +8,10 @@
#ifndef AUTOCOMPLETE_H
#define AUTOCOMPLETE_H
+#ifdef SCI_NAMESPACE
+namespace Scintilla {
+#endif
+
/**
*/
class AutoComplete {
@@ -67,4 +71,8 @@ public:
void Select(const char *word);
};
+#ifdef SCI_NAMESPACE
+}
+#endif
+
#endif