diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-24 13:36:16 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-24 13:36:16 +0200 |
| commit | 73248d9e4036ad6b9494f678efbc97e919ebfbcf (patch) | |
| tree | bd73df7a4f932623fe7691277f179240db4d44a9 /src/modinfo.h | |
| parent | a284c64dc109797514b4664d37e6b6dc3d5c36c7 (diff) | |
Use the refresh_thread_count setting for ModInfo::updateFromDisc.
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index d3d13d9c..081f3660 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -143,6 +143,7 @@ public: MOShared::DirectoryEntry **directoryStructure, PluginContainer *pluginContainer, bool displayForeign, + std::size_t refreshThreadCount, MOBase::IPluginGame const *game); static void clear() { s_Collection.clear(); s_ModsByName.clear(); s_ModsByModID.clear(); } |
