aboutsummaryrefslogtreecommitdiff
path: root/src/ui/Helper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/Helper.cpp')
-rw-r--r--src/ui/Helper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/Helper.cpp b/src/ui/Helper.cpp
index fd54c05b..a5ab3a72 100644
--- a/src/ui/Helper.cpp
+++ b/src/ui/Helper.cpp
@@ -7,7 +7,7 @@ namespace cru::ui {
using cru::platform::graphics::IGraphicsFactory;
using cru::platform::gui::IUiApplication;
-IGraphicsFactory* GetGraphFactory() {
+IGraphicsFactory* GetGraphicsFactory() {
return IUiApplication::GetInstance()->GetGraphicsFactory();
}