aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LineMarker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LineMarker.h')
-rw-r--r--src/LineMarker.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/LineMarker.h b/src/LineMarker.h
index 8ebdce491..3cb4139f0 100644
--- a/src/LineMarker.h
+++ b/src/LineMarker.h
@@ -8,6 +8,10 @@
#ifndef LINEMARKER_H
#define LINEMARKER_H
+#ifdef SCI_NAMESPACE
+namespace Scintilla {
+#endif
+
/**
*/
class LineMarker {
@@ -51,4 +55,8 @@ public:
void Draw(Surface *surface, PRectangle &rc, Font &fontForCharacter);
};
+#ifdef SCI_NAMESPACE
+}
+#endif
+
#endif