aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-01-03 00:43:46 +0800
committercrupest <crupest@outlook.com>2020-01-03 00:43:46 +0800
commit8fc4e33b97372d93b1bcc4b598e5c8e2f15652d8 (patch)
tree8508a9e9f54f9ff871f53f5628894cefec440d05 /src/main.cpp
parentd5ff69096a3f56052b30d8ef827845473d4aa5ea (diff)
downloadcru-8fc4e33b97372d93b1bcc4b598e5c8e2f15652d8.tar.gz
cru-8fc4e33b97372d93b1bcc4b598e5c8e2f15652d8.tar.bz2
cru-8fc4e33b97372d93b1bcc4b598e5c8e2f15652d8.zip
...
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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();
}