aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/fonts.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-26 21:48:40 -0400
committerPaul Gilbert2016-05-26 21:48:40 -0400
commit4a88f39cc93a776fb63cf48f27856b06f042eceb (patch)
tree520e93be2a1586964868e05fe72424ac4fec0e6a /engines/sherlock/fonts.cpp
parent78e52365bd1d8cdd56ddce6ae3d52ae04f9abd4c (diff)
downloadscummvm-rg350-4a88f39cc93a776fb63cf48f27856b06f042eceb.tar.gz
scummvm-rg350-4a88f39cc93a776fb63cf48f27856b06f042eceb.tar.bz2
scummvm-rg350-4a88f39cc93a776fb63cf48f27856b06f042eceb.zip
SHERLOCK: Refactor Surface and Screen to not use virtual inheritance
Diffstat (limited to 'engines/sherlock/fonts.cpp')
-rw-r--r--engines/sherlock/fonts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/fonts.cpp b/engines/sherlock/fonts.cpp
index 5a14881f1c..dc7ecd521e 100644
--- a/engines/sherlock/fonts.cpp
+++ b/engines/sherlock/fonts.cpp
@@ -195,7 +195,7 @@ inline byte Fonts::translateChar(byte c) {
}
}
-void Fonts::writeString(Surface *surface, const Common::String &str,
+void Fonts::writeString(BaseSurface *surface, const Common::String &str,
const Common::Point &pt, int overrideColor) {
Common::Point charPos = pt;