summaryrefslogtreecommitdiff
path: root/test/keyboard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/keyboard.cxx')
-rw-r--r--test/keyboard.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/keyboard.cxx b/test/keyboard.cxx
index c99fe2010..24801f5b2 100644
--- a/test/keyboard.cxx
+++ b/test/keyboard.cxx
@@ -62,7 +62,7 @@ int MyWindow::handle(int msg) {
return 0;
}
-struct {int n; const char* text;} table[] = {
+struct keycode_table{int n; const char* text;} table[] = {
{FL_Escape, "FL_Escape"},
{FL_BackSpace, "FL_BackSpace"},
{FL_Tab, "FL_Tab"},