diff options
Diffstat (limited to 'src/ViewStyle.h')
| -rw-r--r-- | src/ViewStyle.h | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 61ebe85ee..39adf81e8 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -8,6 +8,10 @@  #ifndef VIEWSTYLE_H  #define VIEWSTYLE_H +#ifdef SCI_NAMESPACE +namespace Scintilla { +#endif +  /**   */  class MarginStyle { @@ -108,4 +112,8 @@ public:  	bool ProtectionActive() const;  }; +#ifdef SCI_NAMESPACE +} +#endif +  #endif | 
