Fixed warning

This commit is contained in:
emeric
2024-09-03 13:37:53 +02:00
parent 7392f9b5da
commit 896c0b870a
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace lms::db
namespace lms::api::subsonic
{
class RequestContext;
struct RequestContext;
Response::Node createGenreNode(RequestContext& context, const db::ObjectPtr<db::Cluster>& cluster);
} // namespace lms::api::subsonic