From f240e20e3f8250d279255fe48ba6ab351b581679 Mon Sep 17 00:00:00 2001 From: "Dr. Dystopia" Date: Wed, 16 Apr 2025 09:17:46 +0200 Subject: Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests --- Source/Core/InputCommon/ControllerInterface/Win32/Win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/ControllerInterface/Win32/Win32.cpp') diff --git a/Source/Core/InputCommon/ControllerInterface/Win32/Win32.cpp b/Source/Core/InputCommon/ControllerInterface/Win32/Win32.cpp index 36b847aa91..2e69fc80e6 100644 --- a/Source/Core/InputCommon/ControllerInterface/Win32/Win32.cpp +++ b/Source/Core/InputCommon/ControllerInterface/Win32/Win32.cpp @@ -31,7 +31,7 @@ class InputBackend final : public ciface::InputBackend { public: InputBackend(ControllerInterface* controller_interface); - ~InputBackend(); + ~InputBackend() override; void PopulateDevices() override; void HandleWindowChange() override; -- cgit v1.2.3