Second attempt to fix tests failing to build
This commit is contained in:
parent
f6e3f4ae31
commit
15bea098c4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue