Skip to content

Commit

Permalink
Refine code.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Aug 31, 2024
1 parent 8c3d701 commit 943d540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_http_stream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class SrsHttpStreamDestroy : public ISrsAsyncCallTask
std::map<std::string, SrsLiveEntry*>* streamHandlers_;
SrsHttpServeMux* mux_;
public:
SrsHttpStreamDestroy(SrsHttpServeMux* mux, map<std::string, SrsLiveEntry*>* handlers, string sid);
SrsHttpStreamDestroy(SrsHttpServeMux* mux, std::map<std::string, SrsLiveEntry*>* handlers, std::string sid);
virtual ~SrsHttpStreamDestroy();
public:
virtual srs_error_t call();
Expand Down

0 comments on commit 943d540

Please sign in to comment.