summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--matchblox/common/font.h2
1 files changed, 1 insertions, 1 deletions
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);