Fix compile error

This commit is contained in:
badaix 2020-02-26 19:43:09 +01:00
parent 92088eb9c2
commit ae9ecf00e3

View file

@ -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();