mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Fix test.h with the new gui::Manager class.
This commit is contained in:
parent
bdce2c8b1f
commit
5963bb96d9
@ -47,13 +47,12 @@ int main(int argc, char* argv[])
|
||||
install_mouse();
|
||||
{
|
||||
Jinete jinete;
|
||||
Widget* manager = jmanager_new();
|
||||
UniquePtr<gui::Manager> manager(new gui::Manager());
|
||||
#endif
|
||||
|
||||
exitcode = RUN_ALL_TESTS();
|
||||
|
||||
#ifdef TEST_GUI
|
||||
jmanager_free(manager);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user