mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 23:56:43 +02:00
Replace some pointers with references
This commit is contained in:
parent
dde63f9dd8
commit
dec7306a84
17 changed files with 77 additions and 67 deletions
|
@ -102,7 +102,7 @@ protected:
|
|||
std::atomic<bool> active_;
|
||||
|
||||
void setState(const ReaderState& newState);
|
||||
virtual void onChunkRead(const msg::PcmChunk* chunk);
|
||||
virtual void onChunkRead(const msg::PcmChunk& chunk);
|
||||
|
||||
std::chrono::time_point<std::chrono::steady_clock> tvEncodedChunk_;
|
||||
PcmListener* pcmListener_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue