diff options
author | crupest <crupest@outlook.com> | 2021-10-26 16:32:13 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-10-26 16:32:13 +0800 |
commit | 9dec93315173999c4fb9ab5a0e57909eb5e7fd8b (patch) | |
tree | 042fff007fc3d0959146f131f425b9626448718e /src/ui/Helper.cpp | |
parent | 397843cda9e4161d3e92d8797f8012f478ce64f0 (diff) | |
download | cru-9dec93315173999c4fb9ab5a0e57909eb5e7fd8b.tar.gz cru-9dec93315173999c4fb9ab5a0e57909eb5e7fd8b.tar.bz2 cru-9dec93315173999c4fb9ab5a0e57909eb5e7fd8b.zip |
...
Diffstat (limited to 'src/ui/Helper.cpp')
-rw-r--r-- | src/ui/Helper.cpp | 2 |
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(); } |