diff options
| author | Tannin <sherb@gmx.net> | 2016-06-19 16:01:51 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-06-19 16:01:51 +0200 |
| commit | 352975e757f5e68e1e1d2738ab0cb2e9ac5b31dc (patch) | |
| tree | 0788f0c13890fdc2fca0fc881f91d97f1f5bed01 /src/modinfo.h | |
| parent | cd83f4e7324966c9387dad19e8b15b12d902e182 (diff) | |
updated to use the unmanaged-mod game plugin feature
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index 69a3434a..501588ec 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -186,7 +186,7 @@ public: * @param bsaNames names of archives
* @return a new mod
*/
- static ModInfo::Ptr createFromPlugin(const QString &espName, const QStringList &bsaNames, MOShared::DirectoryEntry **directoryStructure);
+ static ModInfo::Ptr createFromPlugin(const QString &modName, const QString &espName, const QStringList &bsaNames, MOShared::DirectoryEntry **directoryStructure);
/**
* @brief retieve a name for one of the CONTENT_ enums
|
