aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/charset.h')
-rw-r--r--engines/scumm/charset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/charset.h b/engines/scumm/charset.h
index b4b3d88ccd..7f3a8baf88 100644
--- a/engines/scumm/charset.h
+++ b/engines/scumm/charset.h
@@ -89,7 +89,7 @@ public:
virtual void setColor(byte color) { _color = color; translateColor(); }
- void saveLoadWithSerializer(Serializer *ser);
+ void saveLoadWithSerializer(Common::Serializer &ser);
};
class CharsetRendererCommon : public CharsetRenderer {