summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-06-13 12:08:49 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-06-13 12:08:49 +0000
commit1f30c63d322778388a167f82df5d27a76e115ab5 (patch)
tree9073f6e161d35bb9863ec05d20d66bed141efa61 /documentation
parent34e35db71f83d0636e91222f4b2084b9eacdc21e (diff)
add_check() example was wrong.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2308 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Fl.html b/documentation/Fl.html
index 1e137130d..eb804cb1c 100644
--- a/documentation/Fl.html
+++ b/documentation/Fl.html
@@ -162,7 +162,7 @@ void callback(void*) {
}
main() {
- Fl::add_check(1.0,callback);
+ Fl::add_check(callback);
return Fl::run();
}
</PRE></UL>