WaE: loplugin:nullptr
Change-Id: I279d0021e7cdfd7e2d73ec6542e9ba27f300606c
This commit is contained in:
@@ -1024,13 +1024,13 @@ void Window::SetCompoundControl( bool bCompound )
|
|||||||
|
|
||||||
void Window::IncrementLockCount()
|
void Window::IncrementLockCount()
|
||||||
{
|
{
|
||||||
assert( mpWindowImpl != NULL );
|
assert( mpWindowImpl != nullptr );
|
||||||
mpWindowImpl->mnLockCount++;
|
mpWindowImpl->mnLockCount++;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Window::DecrementLockCount()
|
void Window::DecrementLockCount()
|
||||||
{
|
{
|
||||||
assert( mpWindowImpl != NULL );
|
assert( mpWindowImpl != nullptr );
|
||||||
if (mpWindowImpl)
|
if (mpWindowImpl)
|
||||||
mpWindowImpl->mnLockCount--;
|
mpWindowImpl->mnLockCount--;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user