diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-03 14:02:27 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-03 14:02:27 +0200 |
commit | 55fe06979ceebe67553135b43aa47e70d931304b (patch) | |
tree | 16b10a744879cc1872d6c07624b59ae64469ddbf /common/facade.h | |
parent | 56fae95f49a1ca8ca614bd9f89b0ea5f872765e9 (diff) | |
parent | 288946f1694c2abe1d2c5800c87339d1e8780e4b (diff) | |
download | sink-55fe06979ceebe67553135b43aa47e70d931304b.tar.gz sink-55fe06979ceebe67553135b43aa47e70d931304b.zip |
Merge branch 'develop'
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 | /** |