aboutsummaryrefslogtreecommitdiff
path: root/graphics/fonts/macfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/fonts/macfont.h')
-rw-r--r--graphics/fonts/macfont.h2
1 files changed, 1 insertions, 1 deletions
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;