diff options
| author | Tannin <sherb@gmx.net> | 2016-05-09 20:36:13 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-05-09 20:36:13 +0200 |
| commit | 256cdb8df709855fd8501e60565a136585fc5ec2 (patch) | |
| tree | cb6f453b14d64da9f57cd8dadf1486c7704ca6e7 /src/pluginlist.h | |
| parent | 32480f7a818facb096c423fbed625bb311b0c497 (diff) | |
fixed priority ordering after enabling/disabling mod
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index 2c2ba295..c6927353 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -304,6 +304,8 @@ private: void testMasters();
+ void fixPriorities();
+
private:
std::vector<ESPInfo> m_ESPs;
|
