mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +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);
|
int parse(std::string line);
|
||||||
void createParser();
|
void createParser();
|
||||||
void push();
|
void push();
|
||||||
void setMetaData(const string& key, const string& newValue);
|
void setMetaData(const std::string& key, const std::string& newValue);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void setParamsAndPipePathFromPort();
|
void setParamsAndPipePathFromPort();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue