diff options
Diffstat (limited to 'src/Selection.h')
-rw-r--r-- | src/Selection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Selection.h b/src/Selection.h index 5cd3e6ae8..7912d03e5 100644 --- a/src/Selection.h +++ b/src/Selection.h @@ -8,7 +8,7 @@ #ifndef SELECTION_H #define SELECTION_H -namespace Scintilla { +namespace Scintilla::Internal { class SelectionPosition { Sci::Position position; |