From 181c7e5555537ca7f8d541b309cba69eae5dad1b Mon Sep 17 00:00:00 2001 From: Rahul Krishna <57654450+rkrishnavedic@users.noreply.github.com> Date: Mon, 21 Mar 2022 04:02:24 +0530 Subject: [PATCH] update --- src/MyApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MyApp.cpp b/src/MyApp.cpp index 2a8e3da4..c529e3ac 100644 --- a/src/MyApp.cpp +++ b/src/MyApp.cpp @@ -20,7 +20,7 @@ MyApp::MyApp() { /// Create our HTML overlay-- we don't care about its initial size and /// position because it'll be calculated when we call OnResize() below. /// - overlay_ = Overlay::Create(*window_.get(), 1, 1, 0, 0); + overlay_ = Overlay::Create(window_.get(),1, 1, 0, 0); /// /// Force a call to OnResize to perform size/layout of our overlay.