Fixed clang warning
This commit is contained in:
@@ -32,7 +32,7 @@ namespace lms::db
|
||||
{
|
||||
class Session;
|
||||
|
||||
class MediaLibrary : public Object<MediaLibrary, MediaLibraryId>
|
||||
class MediaLibrary final : public Object<MediaLibrary, MediaLibraryId>
|
||||
{
|
||||
public:
|
||||
static const std::size_t maxNameLength{ 128 };
|
||||
|
||||
Reference in New Issue
Block a user