mirror of
https://github.com/taglib/taglib.git
synced 2026-06-14 02:09:27 -04:00
clang-tidy: Use override keyword
run-clang-tidy -header-filter='.*' -checks='-*,modernize-use-override' -fix
This commit is contained in:
@@ -301,7 +301,7 @@ public:
|
||||
file(0),
|
||||
stream(0) {}
|
||||
|
||||
~FileRefPrivate() {
|
||||
~FileRefPrivate() override {
|
||||
delete file;
|
||||
delete stream;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user