STMClient::still_connecting: Make const
Found by cppcheck. Signed-off-by: Anders Kaseorg <andersk@mit.edu> Closes #390.
This commit is contained in:
committed by
Keith Winstein
parent
64f7f7abb2
commit
a54e6d1661
@@ -68,7 +68,7 @@ private:
|
|||||||
|
|
||||||
void output_new_frame( void );
|
void output_new_frame( void );
|
||||||
|
|
||||||
bool still_connecting( void )
|
bool still_connecting( void ) const
|
||||||
{
|
{
|
||||||
/* Initially, network == NULL */
|
/* Initially, network == NULL */
|
||||||
return network && ( network->get_remote_state_num() == 0 );
|
return network && ( network->get_remote_state_num() == 0 );
|
||||||
|
|||||||
Reference in New Issue
Block a user