summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-19 23:29:00 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-19 23:29:00 +0200
commit81cd0887da80c986fb5ab7bdb057a745bf23a945 (patch)
tree711cb2bc54e243bf24151864895af6169a89bc4b
parent12828409879d82d9bcc73f5c32b3614e491b0df8 (diff)
downloadsink-81cd0887da80c986fb5ab7bdb057a745bf23a945.tar.gz
sink-81cd0887da80c986fb5ab7bdb057a745bf23a945.zip
Can't export/import definitions
-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 f3c954a..1a34443 100644
--- a/common/domain/applicationdomaintype.h
+++ b/common/domain/applicationdomaintype.h
@@ -523,7 +523,7 @@ namespace Mail {
523 * Do not store these types to disk, they may change over time. 523 * Do not store these types to disk, they may change over time.
524 */ 524 */
525template<class DomainType> 525template<class DomainType>
526QByteArray SINK_EXPORT getTypeName() 526QByteArray getTypeName()
527{ 527{
528 return DomainType::name; 528 return DomainType::name;
529} 529}