From fc1685af2cca8ba241230fa229071c043bed38b9 Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 27 Jun 2016 11:51:30 +0200 Subject: [PATCH] Fixed: Compilation under Linux --HG-- branch : develop --- code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp index c687a3df1..b82b46b5d 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp @@ -1078,7 +1078,7 @@ void COperationDialog::addComponentsProfiles() foreach(const QString &profileId, m_addComponents.profiles) { - CProfile &profile = config->getProfile(profileId); + const CProfile &profile = config->getProfile(profileId); if (profile.desktopShortcut) createClientDesktopShortcut(profile.id);