From 19dfa2423a38d9122e7e8102938b6153319b4b0d Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Sun, 16 Jul 2017 16:46:39 -1000 Subject: [PATCH] Update boo --- hecl/extern/boo | 2 +- hecl/test/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hecl/extern/boo b/hecl/extern/boo index 49afde2fb..b97c82469 160000 --- a/hecl/extern/boo +++ b/hecl/extern/boo @@ -1 +1 @@ -Subproject commit 49afde2fb96705e21856c6b382bf240c0c51fe9f +Subproject commit b97c82469a8ea0039234f20444a05da035591725 diff --git a/hecl/test/main.cpp b/hecl/test/main.cpp index 2f5d5d892..ff46c713a 100644 --- a/hecl/test/main.cpp +++ b/hecl/test/main.cpp @@ -37,7 +37,7 @@ struct HECLWindowCallback : boo::IWindowCallback struct HECLApplicationCallback : boo::IApplicationCallback { HECLWindowCallback m_windowCb; - boo::IWindow* m_mainWindow = nullptr; + std::shared_ptr m_mainWindow; bool m_running = true; int appMain(boo::IApplication* app)