From 1f30c63d322778388a167f82df5d27a76e115ab5 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 13 Jun 2002 12:08:49 +0000 Subject: add_check() example was wrong. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2308 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/Fl.html') 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(); } -- cgit v1.2.3