From da6b8fa7862abeaea81bfc9b970dfcf2eba5ef1b Mon Sep 17 00:00:00 2001 From: Allanis Date: Thu, 28 Feb 2013 23:59:52 +0000 Subject: [PATCH] [Fix] Typo in constructor. --- src/toolkit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolkit.h b/src/toolkit.h index 8690d70..4c90bd6 100644 --- a/src/toolkit.h +++ b/src/toolkit.h @@ -13,7 +13,7 @@ void window_addButton(const unsigned int wid, const int x, const int y, void(*call)(char*)); void window_addText(const unsigned int wid, const int x, const int y, - const int w, const int h, const int cenetered, char* name, + const int w, const int h, const int centered, char* name, glFont* font, glColour* colour, char* string); void window_addImage(const unsigned int wid, const int x, const int y,