summaryrefslogtreecommitdiffstats
path: root/common/facade.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/facade.h')
-rw-r--r--common/facade.h1
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>
48class SINK_EXPORT GenericFacade : public Sink::StoreFacade<DomainType> 48class SINK_EXPORT GenericFacade : public Sink::StoreFacade<DomainType>
49{ 49{
50protected: 50protected:
51 SINK_DEBUG_AREA("facade")
52 SINK_DEBUG_COMPONENT(mResourceContext.resourceInstanceIdentifier) 51 SINK_DEBUG_COMPONENT(mResourceContext.resourceInstanceIdentifier)
53public: 52public:
54 /** 53 /**