mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-16 05:42:32 +00:00
Fix tests/test.h
This commit is contained in:
parent
738d6ec4ee
commit
2fa7ee5a77
@ -49,7 +49,7 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
#ifdef TEST_GUI
|
#ifdef TEST_GUI
|
||||||
{
|
{
|
||||||
she::ScopedHandle<she::System> system(she::CreateSystem());
|
she::ScopedHandle<she::System> system(she::create_system());
|
||||||
ui::GuiSystem guiSystem;
|
ui::GuiSystem guiSystem;
|
||||||
base::UniquePtr<ui::Manager> manager(new ui::Manager());
|
base::UniquePtr<ui::Manager> manager(new ui::Manager());
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user