diff options
| author | Tannin <devnull@localhost> | 2014-05-28 14:14:28 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-05-28 14:14:28 +0200 |
| commit | 2a31eb40fbc9f68cb23755349b8c4c976d8a2bb7 (patch) | |
| tree | a8417f99acd64ecb7b57c5e20d420543f5bb69c8 /src/modlist.h | |
| parent | ff272dcbbdf7ae9228bde4b9ddd15a152a109fe1 (diff) | |
small bugfixes
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modlist.h b/src/modlist.h index cc5955d0..054c8cca 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -255,7 +255,7 @@ private: struct TModInfoChange { QString name; - QFlags<IModList::ModStates> state; + QFlags<IModList::ModState> state; }; private: |
