Skip to content

Commit

Permalink
SHERLOCK: Add missing virtual prefix to SaveManager destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jun 26, 2015
1 parent 57aa098 commit 6d35a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sherlock/saveload.h
Expand Up @@ -92,7 +92,7 @@ class SaveManager {
public:
static SaveManager *init(SherlockEngine *vm, const Common::String &target);
SaveManager(SherlockEngine *vm, const Common::String &target);
~SaveManager();
virtual ~SaveManager();

/**
* Creates a thumbnail for the current on-screen contents
Expand Down

0 comments on commit 6d35a54

Please sign in to comment.