diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/CubeView.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CubeView.cxx b/test/CubeView.cxx index b54fcfa9d..e45e27ddc 100644 --- a/test/CubeView.cxx +++ b/test/CubeView.cxx @@ -1,5 +1,5 @@ // -// "$Id: CubeView.cxx,v 1.4.2.3 2001/01/22 15:13:41 easysw Exp $" +// "$Id: CubeView.cxx,v 1.4.2.4 2001/04/25 13:34:43 easysw Exp $" // // CubeView class implementation for the Fast Light Tool Kit (FLTK). // @@ -55,7 +55,7 @@ CubeView::CubeView(int x,int y,int w,int h,const char *l) label("OpenGL is required for this demo to operate."); align(FL_ALIGN_WRAP | FL_ALIGN_INSIDE); #endif /* !HAVE_GL */ -}; +} #if HAVE_GL void CubeView::drawCube() { @@ -139,7 +139,7 @@ void CubeView::drawCube() { glVertex3fv(boxv3); glVertex3fv(boxv7); glEnd(); -};//drawCube +}//drawCube void CubeView::draw() { if (!valid()) { @@ -161,9 +161,9 @@ void CubeView::draw() { drawCube(); glPopMatrix(); -}; +} #endif /* HAVE_GL */ // -// End of "$Id: CubeView.cxx,v 1.4.2.3 2001/01/22 15:13:41 easysw Exp $". +// End of "$Id: CubeView.cxx,v 1.4.2.4 2001/04/25 13:34:43 easysw Exp $". // |
