Kaydet (Commit) ec66ad59 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

error C2666: 'operator ==' : 2 overloads have similar conversions

Change-Id: I7460e993851335db108a02afe2c147ee57736b0a
üst e495bf39
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment