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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/fonts/macfont.h b/graphics/fonts/macfont.h
index ca1eb72abf..69164653b4 100644
--- a/graphics/fonts/macfont.h
+++ b/graphics/fonts/macfont.h
@@ -100,10 +100,10 @@ private:
/**
* Processing of Mac FONT/NFNT rResources
*/
-class MacFont : public Font {
+class MacFONTFont : public Font {
public:
- MacFont();
- virtual ~MacFont();
+ MacFONTFont();
+ virtual ~MacFONTFont();
virtual int getFontHeight() const;
virtual int getMaxCharWidth() const;