diff options
Diffstat (limited to 'test/keyboard.cxx')
| -rw-r--r-- | test/keyboard.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/keyboard.cxx b/test/keyboard.cxx index 8e02e2e11..18ab70b52 100644 --- a/test/keyboard.cxx +++ b/test/keyboard.cxx @@ -100,7 +100,7 @@ struct keycode_table{int n; const char* text;} table[] = { int main(int argc, char** argv) { Fl::add_handler(handle); - Fl_Window *window = make_window(); + MyWindow *window = make_window(); window->show(argc,argv); while (Fl::wait()) { const char *str; |
