SongFilter: make ParseExpression() static
This commit is contained in:
parent
1b5faf5cbf
commit
8786b61636
@ -248,7 +248,7 @@ public:
|
|||||||
std::string ToExpression() const noexcept;
|
std::string ToExpression() const noexcept;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
ISongFilterPtr ParseExpression(const char *&s, bool fold_case=false);
|
static ISongFilterPtr ParseExpression(const char *&s, bool fold_case=false);
|
||||||
|
|
||||||
gcc_nonnull(2,3)
|
gcc_nonnull(2,3)
|
||||||
void Parse(const char *tag, const char *value, bool fold_case=false);
|
void Parse(const char *tag, const char *value, bool fold_case=false);
|
||||||
|
Loading…
Reference in New Issue
Block a user