Fix for mismatch class/struct declaration.

This commit is contained in:
mjbudd77 2021-04-11 14:05:40 -04:00
parent c790f1481c
commit 9e92e28419
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{