From b9ad9462df22a4d5c50ecb7c1c581c637f22ed61 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 13 Apr 2016 09:05:12 +0200 Subject: Register the Identity type --- common/store.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'common/store.cpp') diff --git a/common/store.cpp b/common/store.cpp index 700263b..02d868f 100644 --- a/common/store.cpp +++ b/common/store.cpp @@ -267,5 +267,6 @@ REGISTER_TYPE(ApplicationDomain::Mail); REGISTER_TYPE(ApplicationDomain::Folder); REGISTER_TYPE(ApplicationDomain::SinkResource); REGISTER_TYPE(ApplicationDomain::SinkAccount); +REGISTER_TYPE(ApplicationDomain::Identity); } // namespace Sink -- cgit v1.2.3