summaryrefslogtreecommitdiff
path: root/fluid/widgets/Formula_Input.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/widgets/Formula_Input.h')
-rw-r--r--fluid/widgets/Formula_Input.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/fluid/widgets/Formula_Input.h b/fluid/widgets/Formula_Input.h
index 53321ff21..ebe46973d 100644
--- a/fluid/widgets/Formula_Input.h
+++ b/fluid/widgets/Formula_Input.h
@@ -19,9 +19,6 @@
#include <FL/Fl_Input.H>
-namespace fld {
-namespace widget {
-
class Formula_Input;
// Callback signature for function returning the value of a variable.
@@ -63,11 +60,8 @@ public:
/** Set the general callback for this widget. */
void callback(Fl_Callback *cb) { user_callback_ = cb; }
- void variables(fld::widget::Formula_Input_Vars *vars, void *user_data);
+ void variables(Formula_Input_Vars *vars, void *user_data);
int handle(int);
};
-} // namespace widget
-} // namespace fld
-
#endif // FLUID_WIDGETS_FORMULA_INPUT_H