forked from qt-creator/qt-creator
ClangBackend: fix windows build
Change-Id: I10aa1df96d5e1381056b33c03009ae19301a3f3e Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
namespace ClangBackEnd {
|
namespace ClangBackEnd {
|
||||||
|
|
||||||
template <typename ClientInterface>
|
template <typename ClientInterface>
|
||||||
class CMBIPC_EXPORT IpcServerInterface : public IpcInterface
|
class IpcServerInterface : public IpcInterface
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
void setClient(ClientInterface *client)
|
void setClient(ClientInterface *client)
|
||||||
|
|||||||
Reference in New Issue
Block a user