aboutsummaryrefslogtreecommitdiff
path: root/demos/ScrollView
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ScrollView')
-rw-r--r--demos/ScrollView/main.cpp2
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();