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 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}