From e6dd695fc757b59571f67a278e4d88ad54cd36ae Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 15 Sep 2021 19:23:45 +0800 Subject: ... --- src/ui/Helper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/Helper.cpp') diff --git a/src/ui/Helper.cpp b/src/ui/Helper.cpp index 88ead993..90b384c4 100644 --- a/src/ui/Helper.cpp +++ b/src/ui/Helper.cpp @@ -4,10 +4,10 @@ #include "cru/platform/gui/UiApplication.hpp" namespace cru::ui { -using cru::platform::graphics::IGraphFactory; +using cru::platform::graphics::IGraphicsFactory; using cru::platform::gui::IUiApplication; -IGraphFactory* GetGraphFactory() { +IGraphicsFactory* GetGraphFactory() { return IUiApplication::GetInstance()->GetGraphFactory(); } -- cgit v1.2.3