mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-04 00:59:32 +02:00
Fix compile error
This commit is contained in:
parent
92088eb9c2
commit
ae9ecf00e3
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ protected:
|
|||
int parse(std::string line);
|
||||
void createParser();
|
||||
void push();
|
||||
void setMetaData(const string& key, const string& newValue);
|
||||
void setMetaData(const std::string& key, const std::string& newValue);
|
||||
#endif
|
||||
|
||||
void setParamsAndPipePathFromPort();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue