diff options
Diffstat (limited to 'src/ui/Helper.hpp')
-rw-r--r-- | src/ui/Helper.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/Helper.hpp b/src/ui/Helper.hpp index 327f91ff..cf1140dc 100644 --- a/src/ui/Helper.hpp +++ b/src/ui/Helper.hpp @@ -12,6 +12,6 @@ struct IUiApplication; } // namespace cru::platform namespace cru::ui { -cru::platform::graphics::IGraphFactory* GetGraphFactory(); +cru::platform::graphics::IGraphicsFactory* GetGraphFactory(); cru::platform::gui::IUiApplication* GetUiApplication(); } // namespace cru::ui |