summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Choice.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk/fltk/compat/FL/Fl_Choice.H')
-rw-r--r--fltk/fltk/compat/FL/Fl_Choice.H8
1 files changed, 8 insertions, 0 deletions
diff --git a/fltk/fltk/compat/FL/Fl_Choice.H b/fltk/fltk/compat/FL/Fl_Choice.H
new file mode 100644
index 0000000..39c2690
--- /dev/null
+++ b/fltk/fltk/compat/FL/Fl_Choice.H
@@ -0,0 +1,8 @@
+#ifndef Fl_Choice_H
+#define Fl_Choice_H
+
+#include "Fl_Menu_.H"
+#include <fltk/Choice.h>
+typedef fltk::Choice Fl_Choice;
+
+#endif