Use override in OggVorbisComment

This commit is contained in:
Martchus 2018-08-29 22:31:56 +02:00
parent dcb89aeb62
commit 270aee1d55
1 changed files with 3 additions and 3 deletions

View File

@ -69,9 +69,9 @@ class TAG_PARSER_EXPORT OggVorbisComment : public VorbisComment {
public:
OggVorbisComment();
TagType type() const;
const char *typeName() const;
bool supportsTarget() const;
TagType type() const override;
const char *typeName() const override;
bool supportsTarget() const override;
OggParameter &oggParams();
const OggParameter &oggParams() const;