diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-26 20:48:38 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:14 +0100 |
| commit | be0d6aef00891286f33242073627611413ad79c4 (patch) | |
| tree | 037f2c69d8d11adba6be428704bb4612fd7f79fc /src/profile.h | |
| parent | 71055e373de639d9654361084f39d81211d08819 (diff) | |
Start working on collapsible separators.
Diffstat (limited to 'src/profile.h')
| -rw-r--r-- | src/profile.h | 2 |
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. |
