diff options
Diffstat (limited to 'src/SparseVector.h')
-rw-r--r-- | src/SparseVector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SparseVector.h b/src/SparseVector.h index b0cfe2ded..31636165a 100644 --- a/src/SparseVector.h +++ b/src/SparseVector.h @@ -8,7 +8,7 @@ #ifndef SPARSEVECTOR_H #define SPARSEVECTOR_H -namespace Scintilla { +namespace Scintilla::Internal { // SparseVector is similar to RunStyles but is more efficient for cases where values occur // for one position instead of over a range of positions. |