ClangBackend: fix windows build

Change-Id: I10aa1df96d5e1381056b33c03009ae19301a3f3e
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Tim Jenssen
2016-07-13 16:13:24 +02:00
parent 5fe450fa63
commit dd009004f5

View File

@@ -30,7 +30,7 @@
namespace ClangBackEnd {
template <typename ClientInterface>
class CMBIPC_EXPORT IpcServerInterface : public IpcInterface
class IpcServerInterface : public IpcInterface
{
public:
void setClient(ClientInterface *client)