Commit bd8cf7c5 authored by Max Kellermann's avatar Max Kellermann

SongFilter: make internal Parse() overload private

parent 88c19c21
......@@ -110,9 +110,11 @@ public:
~SongFilter();
private:
gcc_nonnull(2,3)
bool Parse(const char *tag, const char *value, bool fold_case=false);
public:
bool Parse(ConstBuffer<const char *> args, bool fold_case=false);
gcc_pure
......
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