Skip to content

Commit

Permalink
Remove extra qualifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
xkbeyer committed Dec 26, 2015
1 parent 7efe493 commit e2c1a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TraditionalConnection.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class TraditionalConnection : public Connection {

virtual FTSC_ERR send( Packet *in_pPacket );
virtual FTSC_ERR mreq(Packet *in_pPacket);
static int FTS::TraditionalConnection::setSocketBlocking( SOCKET in_socket, bool in_bBlocking );
static int setSocketBlocking( SOCKET in_socket, bool in_bBlocking );

protected:
bool m_bConnected; ///< Wether the connection is up or not.
Expand Down

0 comments on commit e2c1a99

Please sign in to comment.