diff options
Diffstat (limited to 'dw/selection.hh')
-rw-r--r-- | dw/selection.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/selection.hh b/dw/selection.hh index ef9df0e0..3004d2d4 100644 --- a/dw/selection.hh +++ b/dw/selection.hh @@ -178,7 +178,7 @@ namespace core { class SelectionState { public: - enum { END_OF_WORD = 1 << 30 }; + enum { END_OF_WORD = 1 << 30 }; private: Layout *layout; |