From 9e92e28419852a905d33770e5bc3b8d949eea50e Mon Sep 17 00:00:00 2001 From: mjbudd77 Date: Sun, 11 Apr 2021 14:05:40 -0400 Subject: [PATCH] Fix for mismatch class/struct declaration. --- src/drivers/Qt/input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/Qt/input.cpp b/src/drivers/Qt/input.cpp index af2b8ac3..8be568c1 100644 --- a/src/drivers/Qt/input.cpp +++ b/src/drivers/Qt/input.cpp @@ -200,7 +200,7 @@ static bool g_fkbEnabled = false; // this function loads the sdl hotkeys from the config file into the // global scope. this elimates the need for accessing the config file -struct hotkey_t Hotkeys[HK_MAX]; +class hotkey_t Hotkeys[HK_MAX]; hotkey_t::hotkey_t(void) {