Ref T730, add AFV test server in "test server list"

This commit is contained in:
Klaus Basan
2019-09-30 22:23:37 +02:00
committed by Mat Sutcliffe
parent 30158975b6
commit 5c56715c28
4 changed files with 24 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ namespace BlackMisc
//! Value object encapsulating a list of servers.
class BLACKMISC_EXPORT CServerList :
public CSequence<CServer>,
public BlackMisc::Mixin::MetaType<CServerList>
public Mixin::MetaType<CServerList>
{
public:
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CServerList)