SongFilter: make internal Parse() overload private
This commit is contained in:
parent
88c19c21ee
commit
bd8cf7c53d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user