summaryrefslogtreecommitdiffhomepage
path: root/Public/Kits/System.Graphics/Dim2d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Public/Kits/System.Graphics/Dim2d.cxx')
-rw-r--r--Public/Kits/System.Graphics/Dim2d.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Public/Kits/System.Graphics/Dim2d.cxx b/Public/Kits/System.Graphics/Dim2d.cxx
index 8623a0e1..5925660d 100644
--- a/Public/Kits/System.Graphics/Dim2d.cxx
+++ b/Public/Kits/System.Graphics/Dim2d.cxx
@@ -13,8 +13,8 @@
#include <System.Graphics/Dim2d.hxx>
-namespace HCore {
+namespace System::Graphics {
HCore::UInt& Dim2d::X() { return m_X; }
HCore::UInt& Dim2d::Y() { return m_Y; }
-} // namespace HCore
+} // namespace System::Graphics