Fixing conflicting type qualifiers for ‘VirtualKeyboard_English1’

ugfx_release_2.6
Joel Bodenmann 2015-11-15 12:26:04 +01:00
parent 511bdd7349
commit 45174c4092
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ static void SendKeyboardEvent(GKeyboardObject *gk) {
}
#endif
extern GVKeyTable GWIN_KEYBOARD_DEFAULT_LAYOUT;
extern const GVKeyTable GWIN_KEYBOARD_DEFAULT_LAYOUT;
// The button VMT table
static const gwidgetVMT keyboardVMT = {