diff options
Diffstat (limited to 'Public/Kits/System.Graphics/Frame.hxx')
| -rw-r--r-- | Public/Kits/System.Graphics/Frame.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Public/Kits/System.Graphics/Frame.hxx b/Public/Kits/System.Graphics/Frame.hxx index e0d52a4c..6c305cd3 100644 --- a/Public/Kits/System.Graphics/Frame.hxx +++ b/Public/Kits/System.Graphics/Frame.hxx @@ -17,7 +17,7 @@ #include <System.Graphics/Dim2d.hxx> #include <NewKit/MutableArray.hpp> -namespace HCore { +namespace System::Graphics { class G_API GFrame { public: explicit GFrame(GFrame* parent = nullptr) : m_ParentFrame(parent) {} @@ -56,4 +56,4 @@ class G_API GFrame { HCore::MutableArray<GFrame*> m_Frames; GFrame* m_ParentFrame{nullptr}; }; -} // namespace HCore +} // namespace System::Graphics |
