Missing "int" on main()...
git-svn-id: file:///fltk/svn/fltk/trunk@354 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
c599778795
commit
70dd4ee71e
@ -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 <FL/Fl.H>
|
||||
#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 $".
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user