summaryrefslogtreecommitdiff
path: root/include/unotools/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/options.hxx')
-rw-r--r--include/unotools/options.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/options.hxx b/include/unotools/options.hxx
index c2316aacf940..22a731b501ef 100644
--- a/include/unotools/options.hxx
+++ b/include/unotools/options.hxx
@@ -73,7 +73,7 @@ namespace utl {
public:
void AddListener( utl::ConfigurationListener* pListener );
- void RemoveListener( utl::ConfigurationListener* pListener );
+ void RemoveListener( utl::ConfigurationListener const * pListener );
// notify listeners; nHint is an implementation detail of the particular class deriving from ConfigurationBroadcaster
void NotifyListeners( ConfigurationHints nHint );