diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-15 13:04:21 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-15 13:04:21 +0200 |
commit | 2e35beec9303c3e9d91526f342229a096a1087d7 (patch) | |
tree | 20350fb26f367eb6ffacda7ec4c09e55193d9ecf | |
parent | 23e5c88925b36a3d7c3fd31be67236f22da41f58 (diff) | |
download | sink-2e35beec9303c3e9d91526f342229a096a1087d7.tar.gz sink-2e35beec9303c3e9d91526f342229a096a1087d7.zip |
Apparently that export was one to much for windows
-rw-r--r-- | common/domain/applicationdomaintype.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
28 | #include "bufferadaptor.h" | 28 | #include "bufferadaptor.h" |
29 | 29 | ||
30 | #define SINK_ENTITY(TYPE, LOWERCASENAME) \ | 30 | #define SINK_ENTITY(TYPE, LOWERCASENAME) \ |
31 | SINK_EXPORT static constexpr const char *name = #LOWERCASENAME; \ | 31 | static constexpr const char *name = #LOWERCASENAME; \ |
32 | typedef QSharedPointer<TYPE> Ptr; \ | 32 | typedef QSharedPointer<TYPE> Ptr; \ |
33 | using Entity::Entity; \ | 33 | using Entity::Entity; \ |
34 | TYPE() = default; \ | 34 | TYPE() = default; \ |