Commit 40ec8193 authored by Max Kellermann's avatar Max Kellermann

SongFilter: make a few methods private

parent 34dbd03b
......@@ -81,6 +81,7 @@ public:
return value.c_str();
}
private:
gcc_pure gcc_nonnull(2)
bool StringMatch(const char *s) const noexcept;
......@@ -90,6 +91,7 @@ public:
gcc_pure
bool Match(const Tag &tag) const noexcept;
public:
gcc_pure
bool Match(const DetachedSong &song) const noexcept;
......
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