Fix compilation of UI tests

This commit is contained in:
David Capello 2017-08-15 10:55:54 -03:00
parent 432eedcb97
commit c8c688beb2

View File

@ -39,7 +39,7 @@ int main(int argc, char* argv[])
{
// Do not create a she::System, as we don't need it for testing purposes.
//she::ScopedHandle<she::System> system(she::create_system());
ui::UISystem uiSystem(1);
ui::UISystem uiSystem;
ui::Manager uiManager;
#endif