summaryrefslogtreecommitdiff
path: root/include/glbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glbase.h')
-rw-r--r--include/glbase.h4
1 files changed, 2 insertions, 2 deletions
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;