diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-21 19:42:41 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-21 19:42:41 +0100 |
| commit | 1747dcf5632a7887906b9b6d412e95e3af9c8249 (patch) | |
| tree | 6e662c5b2eb64d72b8c3e9f95f99333768f127f4 /src/profile.h | |
| parent | f8943ee477e1cb5821e6208ee2d177c26c4b4ad3 (diff) | |
INT_MAX -> std::numeric_limits, plus minor clean.
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 d354dd48..d1e3f104 100644 --- a/src/profile.h +++ b/src/profile.h @@ -243,7 +243,7 @@ public: * * @return list of active mods sorted by priority (ascending). "first" is the mod name, "second" is its path **/ - std::vector<std::tuple<QString, QString, int> > getActiveMods(); + std::vector<std::tuple<QString, QString, int>> getActiveMods(); /** * @brief retrieve a mod of the indexes ordered by priority |
