diff options
Diffstat (limited to 'common/domain')
-rw-r--r-- | common/domain/applicationdomaintype.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index 1c8b45a..7332bfb 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h | |||
@@ -242,7 +242,6 @@ struct SINK_EXPORT Entity : public ApplicationDomainType { | |||
242 | typedef QSharedPointer<Entity> Ptr; | 242 | typedef QSharedPointer<Entity> Ptr; |
243 | using ApplicationDomainType::ApplicationDomainType; | 243 | using ApplicationDomainType::ApplicationDomainType; |
244 | virtual ~Entity(); | 244 | virtual ~Entity(); |
245 | SINK_REFERENCE_PROPERTY(SinkResource, Resource, resource); | ||
246 | }; | 245 | }; |
247 | 246 | ||
248 | struct SINK_EXPORT Event : public Entity { | 247 | struct SINK_EXPORT Event : public Entity { |