diff options
Diffstat (limited to 'logic/ModList.h')
-rw-r--r-- | logic/ModList.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/logic/ModList.h b/logic/ModList.h index 5395e9ae..e99b6c82 100644 --- a/logic/ModList.h +++ b/logic/ModList.h @@ -112,3 +112,6 @@ protected: QString m_list_id; QList<Mod> mods; }; + + + |