mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-14 17:46:45 +02:00
renamed "add" to "sendAsync"
This commit is contained in:
parent
8b98a79806
commit
02ec52e765
4 changed files with 7 additions and 7 deletions
|
@ -85,7 +85,7 @@ void ControlSession::stop()
|
|||
|
||||
|
||||
|
||||
void ControlSession::add(const std::string& message)
|
||||
void ControlSession::sendAsync(const std::string& message)
|
||||
{
|
||||
messages_.push(message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue