From 2e379441f69c4fd3049d186f76b25457e6250282 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 12 Aug 2021 21:44:32 +0800 Subject: ... --- demos/input_method/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'demos/input_method/main.cpp') diff --git a/demos/input_method/main.cpp b/demos/input_method/main.cpp index 5a6dc942..b509cd97 100644 --- a/demos/input_method/main.cpp +++ b/demos/input_method/main.cpp @@ -1,3 +1,4 @@ +#include "cru/platform/bootstrap/Bootstrap.hpp" #include "cru/platform/graphics/Factory.hpp" #include "cru/platform/graphics/Font.hpp" #include "cru/platform/graphics/Painter.hpp" @@ -10,7 +11,7 @@ int main() { using namespace cru::platform::graphics; using namespace cru::platform::gui; - auto application = CreateUiApplication(); + IUiApplication* application = boostrap::CreateUiApplication(); auto graph_factory = application->GetGraphFactory(); -- cgit v1.2.3