aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Platform.h')
-rw-r--r--include/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Platform.h b/include/Platform.h
index 24c6b8854..5a87c64fe 100644
--- a/include/Platform.h
+++ b/include/Platform.h
@@ -210,7 +210,7 @@ public:
Font();
~Font();
- void Create(const char *faceName, int size, bool bold=false, bool italic=false);
+ void Create(const char *faceName, int characterSet, int size, bool bold, bool italic);
void Release();
FontID GetID() { return id; }