[clang-tidy] use override instead of virtual
Found with modernize-use-override Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -210,7 +210,7 @@ class AlsaOutput final
|
||||
public:
|
||||
AlsaOutput(EventLoop &loop, const ConfigBlock &block);
|
||||
|
||||
~AlsaOutput() noexcept {
|
||||
~AlsaOutput() noexcept override {
|
||||
/* free libasound's config cache */
|
||||
snd_config_update_free_global();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user