mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-13 20:16:40 +00:00
Second attempt to fix tests failing to build
This commit is contained in:
parent
f6e3f4ae31
commit
15bea098c4
@ -551,12 +551,12 @@ template<>
|
||||
struct dialog_tester<addon_manager>
|
||||
{
|
||||
CVideo& video = test_utils::get_fake_display(10, 10).video();
|
||||
addons_client client(video, "localhost:15999");
|
||||
dialog_tester()
|
||||
{
|
||||
}
|
||||
addon_manager* create()
|
||||
{
|
||||
addons_client client(video, "localhost:15999");
|
||||
return new addon_manager(client);
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user