summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/compat/FL/Fl_Value_Input.H
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/compat/FL/Fl_Value_Input.H')
-rw-r--r--os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/compat/FL/Fl_Value_Input.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/compat/FL/Fl_Value_Input.H b/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/compat/FL/Fl_Value_Input.H
new file mode 100644
index 00000000..03d719f1
--- /dev/null
+++ b/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/compat/FL/Fl_Value_Input.H
@@ -0,0 +1,7 @@
+#ifndef Fl_Value_Input_H
+#define Fl_Value_Input_H
+
+#include <fltk/ValueInput.h>
+typedef fltk::ValueInput Fl_Value_Input;
+
+#endif