aboutsummaryrefslogtreecommitdiff
path: root/engines/savestate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/savestate.cpp')
-rw-r--r--engines/savestate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/savestate.cpp b/engines/savestate.cpp
index 20a37581dc..92c1eaf837 100644
--- a/engines/savestate.cpp
+++ b/engines/savestate.cpp
@@ -39,7 +39,7 @@ void SaveStateDescriptor::setThumbnail(Graphics::Surface *t) {
if (_thumbnail.get() == t)
return;
- _thumbnail = Common::SharedPtr<Graphics::Surface>(t, Graphics::SharedPtrSurfaceDeleter());
+ _thumbnail = Common::SharedPtr<Graphics::Surface>(t, Graphics::SurfaceDeleter());
}
void SaveStateDescriptor::setSaveDate(int year, int month, int day) {