From 8d6b757bfe1579c1c09d627329bbf15875d52cc5 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 22 Apr 2008 23:54:47 +0000 Subject: 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 --- fluid/factory.cxx | 1 - 1 file changed, 1 deletion(-) 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) { -- cgit v1.2.3