aboutsummaryrefslogtreecommitdiff
path: root/engines/savestate.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/savestate.h')
-rw-r--r--engines/savestate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/savestate.h b/engines/savestate.h
index 3244d61fdb..567750c4be 100644
--- a/engines/savestate.h
+++ b/engines/savestate.h
@@ -121,6 +121,7 @@ public:
* Hence the caller must not delete the surface.
*/
void setThumbnail(Graphics::Surface *t);
+ void setThumbnail(Common::SharedPtr<Graphics::Surface> t) { _thumbnail = t; }
/**
* Sets the date the save state was created.