aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Style.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Style.h')
-rw-r--r--src/Style.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Style.h b/src/Style.h
index c0f7eca26..1caecaee7 100644
--- a/src/Style.h
+++ b/src/Style.h
@@ -8,6 +8,10 @@
#ifndef STYLE_H
#define STYLE_H
+#ifdef SCI_NAMESPACE
+namespace Scintilla {
+#endif
+
/**
*/
class Style {
@@ -53,4 +57,8 @@ public:
bool IsProtected() const { return !(changeable && visible);};
};
+#ifdef SCI_NAMESPACE
+}
+#endif
+
#endif