Fix tests/test.h

This commit is contained in:
David Capello 2014-06-28 10:49:47 -03:00
parent 738d6ec4ee
commit 2fa7ee5a77

View File

@ -49,7 +49,7 @@ int main(int argc, char* argv[])
#ifdef TEST_GUI
{
she::ScopedHandle<she::System> system(she::CreateSystem());
she::ScopedHandle<she::System> system(she::create_system());
ui::GuiSystem guiSystem;
base::UniquePtr<ui::Manager> manager(new ui::Manager());
#endif