aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/fonts.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/fonts.h')
-rw-r--r--engines/sherlock/fonts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/fonts.h b/engines/sherlock/fonts.h
index 6c805447b3..1ee4cbd6eb 100644
--- a/engines/sherlock/fonts.h
+++ b/engines/sherlock/fonts.h
@@ -44,7 +44,7 @@ protected:
static int _widestChar;
static uint16 _charCount;
- static void writeString(BaseSurface *surface, const Common::String &str,
+ static void writeString(BaseSurface *surface, const Common::String &str,
const Common::Point &pt, int overrideColor = 0);
static inline byte translateChar(byte c);