SongFilter: make a few methods private
This commit is contained in:
parent
34dbd03be1
commit
40ec819330
@ -81,6 +81,7 @@ public:
|
|||||||
return value.c_str();
|
return value.c_str();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private:
|
||||||
gcc_pure gcc_nonnull(2)
|
gcc_pure gcc_nonnull(2)
|
||||||
bool StringMatch(const char *s) const noexcept;
|
bool StringMatch(const char *s) const noexcept;
|
||||||
|
|
||||||
@ -90,6 +91,7 @@ public:
|
|||||||
gcc_pure
|
gcc_pure
|
||||||
bool Match(const Tag &tag) const noexcept;
|
bool Match(const Tag &tag) const noexcept;
|
||||||
|
|
||||||
|
public:
|
||||||
gcc_pure
|
gcc_pure
|
||||||
bool Match(const DetachedSong &song) const noexcept;
|
bool Match(const DetachedSong &song) const noexcept;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user