aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/font.h')
-rw-r--r--engines/prince/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/prince/font.h b/engines/prince/font.h
index 1afafa3be3..020e12bf54 100644
--- a/engines/prince/font.h
+++ b/engines/prince/font.h
@@ -39,7 +39,7 @@ public:
Font();
virtual ~Font();
- bool load(Common::SeekableReadStream &stream);
+ bool loadFromStream(Common::SeekableReadStream &stream);
virtual int getFontHeight() const override;