mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
AGS: Prefer to use override specifier where necessary
From upstream 0d41b5ef0e2dadf24a4618a496b43630981687ff
This commit is contained in:
parent
b3aed69af6
commit
f70d871748
@ -38,9 +38,9 @@ namespace ALSW {
|
||||
|
||||
class ScummVMRendererGfxFilter : public ScalingGfxFilter {
|
||||
public:
|
||||
virtual ~ScummVMRendererGfxFilter() {}
|
||||
~ScummVMRendererGfxFilter() override {}
|
||||
|
||||
virtual const GfxFilterInfo &GetInfo() const;
|
||||
const GfxFilterInfo &GetInfo() const override;
|
||||
};
|
||||
|
||||
} // namespace ALSW
|
||||
|
Loading…
Reference in New Issue
Block a user