summaryrefslogtreecommitdiff
path: root/src/savegamegamebryo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/savegamegamebryo.cpp')
-rw-r--r--src/savegamegamebryo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/savegamegamebryo.cpp b/src/savegamegamebryo.cpp
index 457cbdf2..68ed30af 100644
--- a/src/savegamegamebryo.cpp
+++ b/src/savegamegamebryo.cpp
@@ -31,7 +31,7 @@ using namespace MOBase;
SaveGameGamebryo::SaveGameGamebryo(QObject *parent, const QString &fileName, IPluginGame const *game)
- : SaveGame(parent, fileName)
+ : SaveGame(parent, fileName, game)
, m_Plugins()
{
SaveGameInfo const *info = game->feature<SaveGameInfo>();