summaryrefslogtreecommitdiff
path: root/src/savegamegamebyro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/savegamegamebyro.h')
-rw-r--r--src/savegamegamebyro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/savegamegamebyro.h b/src/savegamegamebyro.h
index b7a5ba12..5ac62848 100644
--- a/src/savegamegamebyro.h
+++ b/src/savegamegamebyro.h
@@ -70,7 +70,7 @@ private:
QStringList m_Plugins;
//Note: This isn't owned by us so safe to copy
- MOBase::ISaveGame const *m_Save;
+ const MOBase::ISaveGame *m_Save;
};