summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/domain/applicationdomaintype.h2
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; \