diff --git a/trunk/src/app/srs_app_conn.hpp b/trunk/src/app/srs_app_conn.hpp index e9426c395..d5130bf71 100644 --- a/trunk/src/app/srs_app_conn.hpp +++ b/trunk/src/app/srs_app_conn.hpp @@ -86,7 +86,7 @@ protected: /** * whether the connection is disposed, * when disposed, connection should stop cycle and cleanup itself. - */; + */ bool disposed; public: SrsConnection(IConnectionManager* cm, st_netfd_t c);