Use nullptr instead of 0 when initialising hp
parent
64a9120ea7
commit
774adcf7cc
|
@ -45,7 +45,7 @@ RemoteCamera::RemoteCamera(
|
||||||
host( p_host ),
|
host( p_host ),
|
||||||
port( p_port ),
|
port( p_port ),
|
||||||
path( p_path ),
|
path( p_path ),
|
||||||
hp( 0 ),
|
hp( nullptr ),
|
||||||
mNeedAuth(false),
|
mNeedAuth(false),
|
||||||
mAuthenticator(nullptr)
|
mAuthenticator(nullptr)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue