Fix some compilation warnings
This commit is contained in:
@@ -90,10 +90,10 @@ namespace StringUtils
|
||||
{
|
||||
template<>
|
||||
std::optional<API::Subsonic::Id>
|
||||
StringUtils::readAs(const std::string& str);
|
||||
readAs(const std::string& str);
|
||||
|
||||
template<>
|
||||
std::optional<bool>
|
||||
StringUtils::readAs(const std::string& str);
|
||||
readAs(const std::string& str);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user