aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/XPM.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/XPM.h')
-rw-r--r--src/XPM.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/XPM.h b/src/XPM.h
index 4d3da28d3..0ee68c072 100644
--- a/src/XPM.h
+++ b/src/XPM.h
@@ -8,6 +8,10 @@
#ifndef XPM_H
#define XPM_H
+#ifdef SCI_NAMESPACE
+namespace Scintilla {
+#endif
+
/**
* Hold a pixmap in XPM format.
*/
@@ -69,4 +73,8 @@ public:
int GetWidth();
};
+#ifdef SCI_NAMESPACE
+}
+#endif
+
#endif