From b84ab35363ac2fd40031b7f313fe49ebfc09d967 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 24 Jan 2017 23:33:59 +0100 Subject: GRAPHICS: Plug MacFont scaler in --- graphics/fonts/macfont.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/fonts/macfont.h') diff --git a/graphics/fonts/macfont.h b/graphics/fonts/macfont.h index ab285ed905..5baa6438bb 100644 --- a/graphics/fonts/macfont.h +++ b/graphics/fonts/macfont.h @@ -156,7 +156,7 @@ public: int getFontSize() const { return _data._size; } - MacFONTFont *scaleFont(MacFONTFont *src, int newSize); + static MacFONTFont *scaleFont(MacFONTFont *src, int newSize); private: MacFONTdata _data; -- cgit v1.2.3