summaryrefslogtreecommitdiff
path: root/src/modinfo.h
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2018-04-06 00:56:58 -0500
committerSilarn <jrim@rimpo.org>2018-04-06 00:56:58 -0500
commitfed89352d1c9870bb34cbc1a65c3a8d3043086f9 (patch)
tree2da96991f563c37db3ac0e9b2220f1b7f84c81a9 /src/modinfo.h
parent74dd2bb914a1f2a31506c3544b6ee198f65e2b6b (diff)
Changes to allow plugin loading in the mod info dialog (and rename SE)
Diffstat (limited to 'src/modinfo.h')
-rw-r--r--src/modinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modinfo.h b/src/modinfo.h
index d00c04e7..1ceb8e1f 100644
--- a/src/modinfo.h
+++ b/src/modinfo.h
@@ -599,6 +599,7 @@ protected:
ModInfo();
static void updateIndices();
+ static bool ByName(const ModInfo::Ptr &LHS, const ModInfo::Ptr &RHS);
private: