From 1747dcf5632a7887906b9b6d412e95e3af9c8249 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Thu, 21 Jan 2021 19:42:41 +0100 Subject: INT_MAX -> std::numeric_limits, plus minor clean. --- src/profile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profile.h') 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 > getActiveMods(); + std::vector> getActiveMods(); /** * @brief retrieve a mod of the indexes ordered by priority -- cgit v1.3.1