summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2000-06-13 20:33:36 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2000-06-13 20:33:36 +0000
commit6051ce753a18bbb7338d010249087f351c1b7d03 (patch)
tree6cd64d9a5535045260d4a09dab39896ea3f97019 /test
parent3fbd80d1667ed2970f13c2fbc13611144391a4b6 (diff)
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
Diffstat (limited to 'test')
-rw-r--r--test/cube.cxx6
1 files changed, 3 insertions, 3 deletions
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 $".
//