From 70dd4ee71e12da8e699344f51a41a422e5c12e0b Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 4 Mar 1999 13:39:41 +0000 Subject: Missing "int" on main()... git-svn-id: file:///fltk/svn/fltk/trunk@354 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/CubeMain.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/CubeMain.cxx b/test/CubeMain.cxx index 72a7d25ed..135ba9a41 100644 --- a/test/CubeMain.cxx +++ b/test/CubeMain.cxx @@ -1,5 +1,5 @@ // -// "$Id: CubeMain.cxx,v 1.1 1999/02/22 21:33:53 mike Exp $" +// "$Id: CubeMain.cxx,v 1.2 1999/03/04 13:39:41 mike Exp $" // // CubeView class definitions for the Fast Light Tool Kit (FLTK). // @@ -27,6 +27,7 @@ #include #include "CubeViewUI.h" +int main(int argc, char **argv) { CubeViewUI *cvui=new CubeViewUI; @@ -42,5 +43,5 @@ main(int argc, char **argv) { // -// End of "$Id: CubeMain.cxx,v 1.1 1999/02/22 21:33:53 mike Exp $". +// End of "$Id: CubeMain.cxx,v 1.2 1999/03/04 13:39:41 mike Exp $". // -- cgit v1.2.3