SongFilter: make ParseExpression() static

This commit is contained in:
Max Kellermann 2018-07-30 09:56:57 +02:00
parent 1b5faf5cbf
commit 8786b61636

View File

@ -248,7 +248,7 @@ public:
std::string ToExpression() const noexcept;
private:
ISongFilterPtr ParseExpression(const char *&s, bool fold_case=false);
static ISongFilterPtr ParseExpression(const char *&s, bool fold_case=false);
gcc_nonnull(2,3)
void Parse(const char *tag, const char *value, bool fold_case=false);