mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
VideoCommon/FramebufferManager: Silence warning:
warning: virtual method '~FramebufferManager' is inside a 'final' class and can never be overridden [-Wunnecessary-virtual-specifier]
This commit is contained in:
parent
0fdf1cc386
commit
e630b0692e
@ -49,7 +49,7 @@ class FramebufferManager final
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
FramebufferManager();
|
FramebufferManager();
|
||||||
virtual ~FramebufferManager();
|
~FramebufferManager();
|
||||||
|
|
||||||
// Does not require the framebuffer to be created. Slower than direct queries.
|
// Does not require the framebuffer to be created. Slower than direct queries.
|
||||||
static AbstractTextureFormat GetEFBColorFormat();
|
static AbstractTextureFormat GetEFBColorFormat();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user