diff options
-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 8af48e8..1a07863 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h | |||
@@ -166,7 +166,7 @@ struct SINK_EXPORT SinkAccount : public ApplicationDomainType { | |||
166 | }; | 166 | }; |
167 | 167 | ||
168 | struct SINK_EXPORT Identity : public ApplicationDomainType { | 168 | struct SINK_EXPORT Identity : public ApplicationDomainType { |
169 | typedef QSharedPointer<SinkAccount> Ptr; | 169 | typedef QSharedPointer<Identity> Ptr; |
170 | Identity(const QByteArray &resourceInstanceIdentifier, const QByteArray &identifier, qint64 revision, const QSharedPointer<BufferAdaptor> &adaptor); | 170 | Identity(const QByteArray &resourceInstanceIdentifier, const QByteArray &identifier, qint64 revision, const QSharedPointer<BufferAdaptor> &adaptor); |
171 | Identity(const QByteArray &identifier); | 171 | Identity(const QByteArray &identifier); |
172 | Identity(); | 172 | Identity(); |