diff options
Diffstat (limited to 'gtk')
| -rw-r--r-- | gtk/PlatGTK.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index c094763fc..0924bb5a8 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -666,7 +666,7 @@ Font::Font() : fid(0) {}  Font::~Font() {}  void Font::Create(const char *faceName, int characterSet, int size, -	bool bold, bool italic, bool) { +	bool bold, bool italic, int) {  	Release();  	fid = FontCached::FindOrCreate(faceName, characterSet, size, bold, italic);  } | 
