From fed89352d1c9870bb34cbc1a65c3a8d3043086f9 Mon Sep 17 00:00:00 2001 From: Silarn Date: Fri, 6 Apr 2018 00:56:58 -0500 Subject: Changes to allow plugin loading in the mod info dialog (and rename SE) --- src/modinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modinfo.h') 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: -- cgit v1.3.1