diff options
Diffstat (limited to 'src/ContractionState.h')
| -rw-r--r-- | src/ContractionState.h | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/src/ContractionState.h b/src/ContractionState.h index e15ee3bbe..dbee69db7 100644 --- a/src/ContractionState.h +++ b/src/ContractionState.h @@ -8,6 +8,10 @@  #ifndef CONTRACTIONSTATE_H  #define CONTRACTIONSTATE_H +#ifdef SCI_NAMESPACE +namespace Scintilla { +#endif +  /**   */  class OneLine { @@ -62,4 +66,8 @@ public:  	void ShowAll();  }; +#ifdef SCI_NAMESPACE +} +#endif +  #endif | 
