summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-13 14:17:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-13 14:18:09 +0200
commitec66ad595393312525937b628297cb3494776e1f (patch)
treee8633a72f621b1a7c84348a54d441dda2e82a69d /extensions
parente495bf390cc8cef5ec7c66febac92f1477e3b92d (diff)
error C2666: 'operator ==' : 2 overloads have similar conversions
Change-Id: I7460e993851335db108a02afe2c147ee57736b0a
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/browserlistbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/browserlistbox.cxx b/extensions/source/propctrlr/browserlistbox.cxx
index 98b4a43ed803..2253b9443e60 100644
--- a/extensions/source/propctrlr/browserlistbox.cxx
+++ b/extensions/source/propctrlr/browserlistbox.cxx
@@ -189,7 +189,7 @@ namespace pcr
/** checks whether the instance is already disposed
*/
- bool impl_isDisposed_nothrow() const { return m_pContext == NULL; }
+ bool impl_isDisposed_nothrow() const { return m_pContext.get() == nullptr; }
/** notifies the given event originating from the given control
@throws DisposedException