diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-13 12:08:49 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-13 12:08:49 +0000 |
| commit | 1f30c63d322778388a167f82df5d27a76e115ab5 (patch) | |
| tree | 9073f6e161d35bb9863ec05d20d66bed141efa61 /documentation/Fl.html | |
| parent | 34e35db71f83d0636e91222f4b2084b9eacdc21e (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/Fl.html')
| -rw-r--r-- | documentation/Fl.html | 2 |
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> |
