summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-04-22 23:54:47 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-04-22 23:54:47 +0000
commit8d6b757bfe1579c1c09d627329bbf15875d52cc5 (patch)
tree7ee6faa9ceed38a2854e8ea6ddd1d6b2f908e4df /fluid
parent8198e51799ba715d27e82b276b93cb39918d3361 (diff)
Fl_Value_Input is not derived from Fl_Input_. Fixing Fluid.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6110 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
-rw-r--r--fluid/factory.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/fluid/factory.cxx b/fluid/factory.cxx
index 6e061cc5a..ab1da8781 100644
--- a/fluid/factory.cxx
+++ b/fluid/factory.cxx
@@ -791,7 +791,6 @@ public:
if (w < 15) w = 15;
}
virtual const char *type_name() {return "Fl_Value_Input";}
- int is_input() const {return 1;}
int textstuff(int w, Fl_Font& f, int& s, Fl_Color& c);
int is_valuator() const {return 1;}
Fl_Widget *widget(int x,int y,int w,int h) {