diff options
Diffstat (limited to 'demos/ScrollView/main.cpp')
| -rw-r--r-- | demos/ScrollView/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ScrollView/main.cpp b/demos/ScrollView/main.cpp index f8e2adda..ba240bae 100644 --- a/demos/ScrollView/main.cpp +++ b/demos/ScrollView/main.cpp @@ -80,7 +80,7 @@ The cold never bothered me anyway)", scroll_view.SetChild(text_block.get()); - window.GetWindowHost()->GetNativeWindow()->SetVisibility( + window.GetNativeWindow()->SetVisibility( cru::platform::gui::WindowVisibilityType::Show); return application->Run(); |
