mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-02 13:20:12 +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();
|
install_mouse();
|
||||||
{
|
{
|
||||||
Jinete jinete;
|
Jinete jinete;
|
||||||
Widget* manager = jmanager_new();
|
UniquePtr<gui::Manager> manager(new gui::Manager());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
exitcode = RUN_ALL_TESTS();
|
exitcode = RUN_ALL_TESTS();
|
||||||
|
|
||||||
#ifdef TEST_GUI
|
#ifdef TEST_GUI
|
||||||
jmanager_free(manager);
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user