STMClient::still_connecting: Make const

Found by cppcheck.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>

Closes #390.
This commit is contained in:
Anders Kaseorg
2013-02-18 02:44:59 -05:00
committed by Keith Winstein
parent 64f7f7abb2
commit a54e6d1661
+1 -1
View File
@@ -68,7 +68,7 @@ private:
void output_new_frame( void );
bool still_connecting( void )
bool still_connecting( void ) const
{
/* Initially, network == NULL */
return network && ( network->get_remote_state_num() == 0 );