Update submodules

This commit is contained in:
Jack Andersen 2015-12-20 12:00:07 -10:00
parent d92fd33cd4
commit e19f0be2ea
3 changed files with 6 additions and 6 deletions

View File

@ -19,11 +19,11 @@ class SplashScreen : public Specter::ModalWindow
std::unique_ptr<Specter::TextView> m_title;
std::unique_ptr<Specter::MultiLineTextView> m_buildInfo;
Specter::ViewChild<Specter::Button> m_newButt;
Specter::ViewChild<Specter::Button> m_openButt;
Specter::ViewChild<Specter::Button> m_extractButt;
Specter::ViewChild<std::unique_ptr<Specter::Button>> m_newButt;
Specter::ViewChild<std::unique_ptr<Specter::Button>> m_openButt;
Specter::ViewChild<std::unique_ptr<Specter::Button>> m_extractButt;
Specter::ViewChild<Specter::FileBrowser> m_fileBrowser;
Specter::ViewChild<std::unique_ptr<Specter::FileBrowser>> m_fileBrowser;
struct NewProjBinding : Specter::IButtonBinding
{

2
hecl

@ -1 +1 @@
Subproject commit f723ead1c7ef79881a242934fcd8369ce7e11b48
Subproject commit d35b6730f7b3a266818fd7bd774eaa57f28daa44

@ -1 +1 @@
Subproject commit 4c3688cc70a7338b75eed33ef12b4cdd91306c0d
Subproject commit 93b4bf136385120f7f7d34cf35e4550107b40684