diff options
Diffstat (limited to 'src/ui/Helper.hpp')
-rw-r--r-- | src/ui/Helper.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/Helper.hpp b/src/ui/Helper.hpp index cf1140dc..27f1d7e6 100644 --- a/src/ui/Helper.hpp +++ b/src/ui/Helper.hpp @@ -2,8 +2,8 @@ #include "cru/ui/Base.hpp" namespace cru::platform { -namespace graph { -struct IGraphFactory; +namespace graphics { +struct IGraphicsFactory; } namespace native { struct ICursor; @@ -12,6 +12,6 @@ struct IUiApplication; } // namespace cru::platform namespace cru::ui { -cru::platform::graphics::IGraphicsFactory* GetGraphFactory(); +cru::platform::graphics::IGraphicsFactory* GetGraphicsFactory(); cru::platform::gui::IUiApplication* GetUiApplication(); } // namespace cru::ui |