Skip to content
Extraits de code Groupes Projets
Valider 79ef1942 rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Fix compilation error with clang

parent ab47cfa1
Branches
Étiquettes
Aucune requête de fusion associée trouvée
......@@ -53,7 +53,7 @@ DEFINE_SIMPLE_EXCEPTION_NOINNER(MRUErrorIndexOutOfRange, MRUError, "mru/invalid"
class MRUManager {
public:
/// @brief Map for time->value pairs.
typedef std::list<const std::string> MRUListMap;
typedef std::list<std::string> MRUListMap;
/// @brief Constructor
/// @param config File to load MRU values from
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter