mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
Fix warnings
This commit is contained in:
parent
f6b1e3f5d4
commit
6f03576270
16 changed files with 33 additions and 23 deletions
|
@ -54,7 +54,7 @@ class Server : public StreamMessageReceiver, public ControlMessageReceiver, publ
|
|||
|
||||
public:
|
||||
/// c'tor
|
||||
Server(boost::asio::io_context& io_context, const ServerSettings& serverSettings);
|
||||
Server(boost::asio::io_context& io_context, ServerSettings serverSettings);
|
||||
/// d'tor
|
||||
virtual ~Server() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue