diff options
Diffstat (limited to 'common/facade.h')
-rw-r--r-- | common/facade.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/facade.h b/common/facade.h index 45c718b..0ec2e59 100644 --- a/common/facade.h +++ b/common/facade.h | |||
@@ -48,7 +48,6 @@ template <typename DomainType> | |||
48 | class SINK_EXPORT GenericFacade : public Sink::StoreFacade<DomainType> | 48 | class SINK_EXPORT GenericFacade : public Sink::StoreFacade<DomainType> |
49 | { | 49 | { |
50 | protected: | 50 | protected: |
51 | SINK_DEBUG_AREA("facade") | ||
52 | SINK_DEBUG_COMPONENT(mResourceContext.resourceInstanceIdentifier) | 51 | SINK_DEBUG_COMPONENT(mResourceContext.resourceInstanceIdentifier) |
53 | public: | 52 | public: |
54 | /** | 53 | /** |