aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-11-15 12:26:04 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-11-15 12:26:04 +0100
commit45174c40929943ce767296e3a6f703d67dd985a7 (patch)
tree081ab9a7ca3f8fca06e4fc7b9b4c8b641bc4adab /src
parent511bdd73492a4623a43e10c5cd6b24d3690f2886 (diff)
downloaduGFX-45174c40929943ce767296e3a6f703d67dd985a7.tar.gz
uGFX-45174c40929943ce767296e3a6f703d67dd985a7.tar.bz2
uGFX-45174c40929943ce767296e3a6f703d67dd985a7.zip
Fixing conflicting type qualifiers for ‘VirtualKeyboard_English1’
Diffstat (limited to 'src')
-rw-r--r--src/gwin/gwin_keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_keyboard.c b/src/gwin/gwin_keyboard.c
index 75e06e64..34a61a1a 100644
--- a/src/gwin/gwin_keyboard.c
+++ b/src/gwin/gwin_keyboard.c
@@ -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 = {