summaryrefslogtreecommitdiffhomepage
path: root/Public/Kits/System.Graphics/Dim2d.hxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-15 08:03:35 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-15 08:03:35 +0100
commitb3e76bf866b4223390585589786600475c9fdcae (patch)
tree7b10c496e94aa98dedf441f67fb39d0aaa7fbda9 /Public/Kits/System.Graphics/Dim2d.hxx
parent159d312c0dd3c02995950270e173cc10ade273cf (diff)
API: Inconsitency fix.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Public/Kits/System.Graphics/Dim2d.hxx')
-rw-r--r--Public/Kits/System.Graphics/Dim2d.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Public/Kits/System.Graphics/Dim2d.hxx b/Public/Kits/System.Graphics/Dim2d.hxx
index a4f5fa8d..77d42c90 100644
--- a/Public/Kits/System.Graphics/Dim2d.hxx
+++ b/Public/Kits/System.Graphics/Dim2d.hxx
@@ -17,7 +17,7 @@
#include <System.Graphics/Core.hxx>
-namespace HCore {
+namespace System::Graphics {
class G_API Dim2d final {
public:
explicit Dim2d() = delete;
@@ -33,6 +33,6 @@ class G_API Dim2d final {
HCore::UInt m_X{0};
HCore::UInt m_Y{0};
};
-} // namespace HCore
+} // namespace System::Graphics
#endif /* ifndef __DIM2D__ */