mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
Missing "int" on main()...
git-svn-id: file:///fltk/svn/fltk/trunk@354 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+3
-2
@@ -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).
|
// CubeView class definitions for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
@@ -27,6 +27,7 @@
|
|||||||
#include <FL/Fl.H>
|
#include <FL/Fl.H>
|
||||||
#include "CubeViewUI.h"
|
#include "CubeViewUI.h"
|
||||||
|
|
||||||
|
int
|
||||||
main(int argc, char **argv) {
|
main(int argc, char **argv) {
|
||||||
|
|
||||||
CubeViewUI *cvui=new CubeViewUI;
|
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 $".
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user