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