summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filnot.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filnot.hxx')
-rw-r--r--ucb/source/ucp/file/filnot.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/filnot.hxx b/ucb/source/ucp/file/filnot.hxx
index daf69d662ada..98f0b8983f0b 100644
--- a/ucb/source/ucp/file/filnot.hxx
+++ b/ucb/source/ucp/file/filnot.hxx
@@ -88,7 +88,7 @@ namespace fileaccess {
public:
PropertyChangeNotifier(
const css::uno::Reference< css::ucb::XContent >& xCreatorContent,
- ListenerMap* pListeners );
+ std::unique_ptr<ListenerMap> pListeners );
~PropertyChangeNotifier();