diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-07 20:11:26 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-10 10:27:30 +0100 |
| commit | f919e0917344d7396f03423ef4fcd4d41fe37b07 (patch) | |
| tree | 3cf695b5ce9d77da121a8088a67272654d689921 /src/modinfo.cpp | |
| parent | 5765439c7cff4e314a0c5732432bdb7b20e91efd (diff) | |
Show conflicts and highligth plugins from collapsed separators.
Diffstat (limited to 'src/modinfo.cpp')
| -rw-r--r-- | src/modinfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modinfo.cpp b/src/modinfo.cpp index c76cb4ad..b46a68ab 100644 --- a/src/modinfo.cpp +++ b/src/modinfo.cpp @@ -49,6 +49,7 @@ using namespace MOBase; using namespace MOShared; +const std::set<unsigned int> ModInfo::s_EmptySet; std::vector<ModInfo::Ptr> ModInfo::s_Collection; ModInfo::Ptr ModInfo::s_Overwrite; std::map<QString, unsigned int> ModInfo::s_ModsByName; |
