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