diff options
Diffstat (limited to 'include/comphelper/logging.hxx')
-rw-r--r-- | include/comphelper/logging.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/comphelper/logging.hxx b/include/comphelper/logging.hxx index f0a599765b80..609c0b727f7b 100644 --- a/include/comphelper/logging.hxx +++ b/include/comphelper/logging.hxx @@ -91,7 +91,6 @@ namespace comphelper */ class COMPHELPER_DLLPUBLIC EventLogger { - protected: std::shared_ptr< EventLogger_Impl > m_pImpl; public: |