From 23957092ecd2b0fa8736cff4c5aeaae69d580cc4 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 12 Apr 2016 23:43:51 +0200 Subject: Fixed identity --- common/domain/applicationdomaintype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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 { }; struct SINK_EXPORT Identity : public ApplicationDomainType { - typedef QSharedPointer Ptr; + typedef QSharedPointer Ptr; Identity(const QByteArray &resourceInstanceIdentifier, const QByteArray &identifier, qint64 revision, const QSharedPointer &adaptor); Identity(const QByteArray &identifier); Identity(); -- cgit v1.2.3