Commit 8786b616 authored by Max Kellermann's avatar Max Kellermann

SongFilter: make ParseExpression() static

parent 1b5faf5c
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment