summaryrefslogtreecommitdiff
path: root/documentation/fluid.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/fluid.html')
-rw-r--r--documentation/fluid.html2
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-&gt;pany(((Fl_Slider *)o)->value());
+cube-&gt;pany(((Fl_Slider *)o)-&gt;value());
cube-&gt;redraw();
</pre></ul>