diff options
Diffstat (limited to 'src/Geometry.cxx')
-rw-r--r-- | src/Geometry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Geometry.cxx b/src/Geometry.cxx index 68ce1f628..9eea41345 100644 --- a/src/Geometry.cxx +++ b/src/Geometry.cxx @@ -11,7 +11,7 @@ #include "Geometry.h" -namespace Scintilla { +namespace Scintilla::Internal { PRectangle Clamp(PRectangle rc, Edge edge, XYPOSITION position) noexcept { switch (edge) { |