mirror of
https://github.com/taglib/taglib.git
synced 2025-07-26 17:04:28 -04:00
Inspection: Parameter can be made pointer to const
This commit is contained in:
@ -86,7 +86,7 @@ namespace
|
||||
class DSDIFF::File::FilePrivate
|
||||
{
|
||||
public:
|
||||
FilePrivate(ID3v2::FrameFactory *frameFactory)
|
||||
FilePrivate(const ID3v2::FrameFactory *frameFactory)
|
||||
: ID3v2FrameFactory(frameFactory ? frameFactory
|
||||
: ID3v2::FrameFactory::instance())
|
||||
{
|
||||
|
Reference in New Issue
Block a user