diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 07aff285..ece75367 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,7 +38,7 @@ int main() { text_block2->SetText("Hello World!"); flex_layout->AddChild(text_block2, 1); - window->GetNativeWindow()->SetVisible(true); + window->ResolveNativeWindow()->SetVisible(true); return application->Run(); } |