diff options
| author | crupest <crupest@outlook.com> | 2020-10-30 11:25:57 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2020-10-30 11:25:57 +0800 |
| commit | a176c40ba0f913f98e966f11bad557833ae6dc57 (patch) | |
| tree | 717f43cb8d6c8c189840d00df68c3d0463d94bdd /include/cru/ui/Window.hpp | |
| parent | 624552fb112f29b91dd96f9543e813b5ee16e87b (diff) | |
| download | cru-a176c40ba0f913f98e966f11bad557833ae6dc57.tar.gz cru-a176c40ba0f913f98e966f11bad557833ae6dc57.tar.bz2 cru-a176c40ba0f913f98e966f11bad557833ae6dc57.zip | |
...
Diffstat (limited to 'include/cru/ui/Window.hpp')
| -rw-r--r-- | include/cru/ui/Window.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/Window.hpp b/include/cru/ui/Window.hpp index 0739e3dc..70423a14 100644 --- a/include/cru/ui/Window.hpp +++ b/include/cru/ui/Window.hpp @@ -29,7 +29,7 @@ class Window final : public LayoutControl { void OnRemoveChild(Control* child, Index position) override; private: - std::unique_ptr<WindowHost> window_host_; + std::unique_ptr<host::WindowHost> window_host_; std::unique_ptr<render::StackLayoutRenderObject> render_object_; }; |
