diff options
-rw-r--r-- | comphelper/source/misc/asyncnotification.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/misc/asyncnotification.cxx b/comphelper/source/misc/asyncnotification.cxx index e13be286a5dd..9267444d6696 100644 --- a/comphelper/source/misc/asyncnotification.cxx +++ b/comphelper/source/misc/asyncnotification.cxx @@ -71,7 +71,6 @@ namespace comphelper } }; - struct EventNotifierImpl { ::osl::Mutex aMutex; @@ -83,7 +82,8 @@ namespace comphelper std::shared_ptr<AsyncEventNotifierAutoJoin> pKeepThisAlive; EventNotifierImpl() - :bTerminate( false ) + : bTerminate(false) + , name(nullptr) { } }; |