mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
Use override instead of virtual
This commit is contained in:
parent
fda639eb57
commit
efb241f1de
@ -141,7 +141,7 @@ namespace MWSound
|
||||
|
||||
public:
|
||||
SoundManager(const VFS::Manager* vfs, bool useSound);
|
||||
virtual ~SoundManager();
|
||||
~SoundManager() override;
|
||||
|
||||
void processChangedSettings(const Settings::CategorySettingVector& settings) override;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user