Fix linter warnings

This commit is contained in:
badaix 2025-02-12 22:06:02 +01:00 committed by Johannes Pohl
parent dc8c77c89a
commit f680c1486b
5 changed files with 8 additions and 6 deletions

View file

@ -67,7 +67,7 @@ public:
// void send(const msg::BaseMessage* message);
/// Add a new stream session
void addSession(const std::shared_ptr<StreamSession>& session);
void addSession(std::shared_ptr<StreamSession> session);
/// Callback for chunks that are ready to be sent
void onChunkEncoded(const PcmStream* pcmStream, bool isDefaultStream, const std::shared_ptr<msg::PcmChunk>& chunk, double duration);