diff options
| author | Silarn <jrim@rimpo.org> | 2018-04-06 00:56:58 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-04-06 00:56:58 -0500 |
| commit | fed89352d1c9870bb34cbc1a65c3a8d3043086f9 (patch) | |
| tree | 2da96991f563c37db3ac0e9b2220f1b7f84c81a9 /src/modinforegular.cpp | |
| parent | 74dd2bb914a1f2a31506c3544b6ee198f65e2b6b (diff) | |
Changes to allow plugin loading in the mod info dialog (and rename SE)
Diffstat (limited to 'src/modinforegular.cpp')
| -rw-r--r-- | src/modinforegular.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinforegular.cpp b/src/modinforegular.cpp index 5486bb2c..4572f5bf 100644 --- a/src/modinforegular.cpp +++ b/src/modinforegular.cpp @@ -299,7 +299,7 @@ bool ModInfoRegular::setName(const QString &name) s_ModsByName[m_Name] = index; - std::sort(s_Collection.begin(), s_Collection.end(), ByName); + std::sort(s_Collection.begin(), s_Collection.end(), ModInfo::ByName); updateIndices(); } else { // otherwise mod isn't registered yet? m_Name = name; |
