From 2e35beec9303c3e9d91526f342229a096a1087d7 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 15 May 2018 13:04:21 +0200 Subject: Apparently that export was one to much for windows --- common/domain/applicationdomaintype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index d995b92..deaa917 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h @@ -28,7 +28,7 @@ #include "bufferadaptor.h" #define SINK_ENTITY(TYPE, LOWERCASENAME) \ - SINK_EXPORT static constexpr const char *name = #LOWERCASENAME; \ + static constexpr const char *name = #LOWERCASENAME; \ typedef QSharedPointer Ptr; \ using Entity::Entity; \ TYPE() = default; \ -- cgit v1.2.3