summaryrefslogtreecommitdiff
path: root/src/profile.h
diff options
context:
space:
mode:
authorMikaƫl Capelle <capelle.mikael@gmail.com>2021-01-10 10:25:37 +0100
committerGitHub <noreply@github.com>2021-01-10 10:25:37 +0100
commit80e44a9e3ade61695b4807a3a900d2866138ecac (patch)
tree1ef9904664d8d34dba6692bbf5325aea8c199d08 /src/profile.h
parenteaec140f7c823012c09536175d8917dddcacdb7c (diff)
parent4a0ce804ea486744e5f6140a0ce4538d99e21ce3 (diff)
Merge pull request #1338 from Holt59/collapsible-separators
Collapsible separators (and refactoring).
Diffstat (limited to 'src/profile.h')
-rw-r--r--src/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.h b/src/profile.h
index b8628276..04452ff6 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -250,7 +250,7 @@ public:
*
* @return map of indexes by priority
**/
- std::map<int, unsigned int> getAllIndexesByPriority() { return m_ModIndexByPriority; }
+ const std::map<int, unsigned int>& getAllIndexesByPriority() { return m_ModIndexByPriority; }
/**
* retrieve the number of mods for which this object has status information.