diff options
Diffstat (limited to 'documentation/fluid.html')
| -rw-r--r-- | documentation/fluid.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/fluid.html b/documentation/fluid.html index 2b0aa708c..2cb7a2508 100644 --- a/documentation/fluid.html +++ b/documentation/fluid.html @@ -427,7 +427,7 @@ field of the widget panel. For example, the callback for the <tt>ypan</tt> slider is: <ul><pre> -cube->pany(((Fl_Slider *)o)->value()); +cube->pany(((Fl_Slider *)o)->value()); cube->redraw(); </pre></ul> |
