diff options
| author | Tannin <devnull@localhost> | 2014-05-28 14:23:11 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-05-28 14:23:11 +0200 |
| commit | 93a19799b86dd6e12a186e84eb43699b318b214d (patch) | |
| tree | 48c16a208c190ae7d4797046803d3ce23bdadfe3 /src/modlist.h | |
| parent | cf0a1bc2be22c8784fd098e00e05e46373afe602 (diff) | |
| parent | 2a31eb40fbc9f68cb23755349b8c4c976d8a2bb7 (diff) | |
Merge
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 314839fe..e0bc9df9 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -257,7 +257,7 @@ private: struct TModInfoChange { QString name; - QFlags<IModList::ModStates> state; + QFlags<IModList::ModState> state; }; private: |
