From 6051ce753a18bbb7338d010249087f351c1b7d03 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 13 Jun 2000 20:33:36 +0000 Subject: Updates for Mingw and Cygnus builds. Added README.win32 file for WIN32-specific issues. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1209 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/cube.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/cube.cxx') diff --git a/test/cube.cxx b/test/cube.cxx index 04b0b2b9a..1ab25388b 100644 --- a/test/cube.cxx +++ b/test/cube.cxx @@ -1,5 +1,5 @@ // -// "$Id: cube.cxx,v 1.4.2.2 2000/06/05 21:21:17 mike Exp $" +// "$Id: cube.cxx,v 1.4.2.3 2000/06/13 20:33:36 mike Exp $" // // Another forms test program for the Fast Light Tool Kit (FLTK). // @@ -141,7 +141,7 @@ void makeform(const char *name) { form->end(); } -main(int argc, char **argv) { +int main(int argc, char **argv) { makeform(argv[0]); speed->bounds(4,0); speed->value(cube->speed = cube2->speed = 1.0); @@ -169,5 +169,5 @@ main(int argc, char **argv) { } // -// End of "$Id: cube.cxx,v 1.4.2.2 2000/06/05 21:21:17 mike Exp $". +// End of "$Id: cube.cxx,v 1.4.2.3 2000/06/13 20:33:36 mike Exp $". // -- cgit v1.2.3