mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-17 08:27:42 +02:00
Fix linter warnings
This commit is contained in:
parent
dc8c77c89a
commit
f680c1486b
5 changed files with 8 additions and 6 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue