From 6a70a4ba64c2920f05913474911ae999330d9246 Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Tue, 27 May 2008 09:36:09 +0000 Subject: void, not GLvoid here --- matchblox/common/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matchblox/common/font.h b/matchblox/common/font.h index ec84ccb..0bd0284 100644 --- a/matchblox/common/font.h +++ b/matchblox/common/font.h @@ -19,7 +19,7 @@ struct ColorStruct { }; void FontInit(int f_iWinWidth, int f_iWinHeight); -void FontDelete(GLvoid); +void FontDelete(void); void glPrint(GLint x, GLint y, char *string, struct ColorStruct f_sColor); -- cgit v0.12