From 45e08ccde95c84932557701235558e72cdc95f1b Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 28 Oct 2006 16:50:46 +0000 Subject: Fixing caps in class names. --- include/glbase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/glbase.h') diff --git a/include/glbase.h b/include/glbase.h index 2936549..ab5422a 100644 --- a/include/glbase.h +++ b/include/glbase.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: glbase.h,v 1.12 2004-11-27 21:48:01 pixel Exp $ */ +/* $Id: glbase.h,v 1.13 2006-10-28 16:50:46 pixel Exp $ */ #ifndef __GLBASE_H__ #define __GLBASE_H__ @@ -42,7 +42,7 @@ namespace mogltk { static void glVertex(GLint, GLint, GLint = 0, GLint = 1); static void glVertex(GLfloat, GLfloat, GLfloat = 0.0, GLfloat = 1.0); static void glVertex(GLdouble, GLdouble, GLdouble = 0.0, GLdouble = 1.0); - virtual texture * GrabTexture(); + virtual Texture * GrabTexture(); virtual SDL_Surface * GrabSurface(); private: int twoD; -- cgit v1.2.3