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.hpp | |
| parent | 397843cda9e4161d3e92d8797f8012f478ce64f0 (diff) | |
| download | cru-9dec93315173999c4fb9ab5a0e57909eb5e7fd8b.tar.gz cru-9dec93315173999c4fb9ab5a0e57909eb5e7fd8b.tar.bz2 cru-9dec93315173999c4fb9ab5a0e57909eb5e7fd8b.zip | |
...
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 |
