mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-28 16:36:17 +02:00
Fix compiler warning
This commit is contained in:
parent
27a9e710a2
commit
e718807075
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ public:
|
|||
MetaStream(PcmListener* pcmListener, std::vector<std::shared_ptr<PcmStream>> streams, boost::asio::io_context& ioc, const StreamUri& uri);
|
||||
virtual ~MetaStream();
|
||||
|
||||
virtual void start();
|
||||
virtual void stop();
|
||||
void start() override;
|
||||
void stop() override;
|
||||
|
||||
protected:
|
||||
/// Implementation of PcmListener
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue