diff --git a/Editor/SplashScreen/SplashScreen.hpp b/Editor/SplashScreen/SplashScreen.hpp index fa2148183..bd2423160 100644 --- a/Editor/SplashScreen/SplashScreen.hpp +++ b/Editor/SplashScreen/SplashScreen.hpp @@ -19,11 +19,11 @@ class SplashScreen : public Specter::ModalWindow std::unique_ptr m_title; std::unique_ptr m_buildInfo; - Specter::ViewChild m_newButt; - Specter::ViewChild m_openButt; - Specter::ViewChild m_extractButt; + Specter::ViewChild> m_newButt; + Specter::ViewChild> m_openButt; + Specter::ViewChild> m_extractButt; - Specter::ViewChild m_fileBrowser; + Specter::ViewChild> m_fileBrowser; struct NewProjBinding : Specter::IButtonBinding { diff --git a/hecl b/hecl index f723ead1c..d35b6730f 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit f723ead1c7ef79881a242934fcd8369ce7e11b48 +Subproject commit d35b6730f7b3a266818fd7bd774eaa57f28daa44 diff --git a/libSpecter b/libSpecter index 4c3688cc7..93b4bf136 160000 --- a/libSpecter +++ b/libSpecter @@ -1 +1 @@ -Subproject commit 4c3688cc70a7338b75eed33ef12b4cdd91306c0d +Subproject commit 93b4bf136385120f7f7d34cf35e4550107b40684