From 67f663e08dfcebdfaea69df36ebae6167595a549 Mon Sep 17 00:00:00 2001 From: Sebastien Guiriec Date: Tue, 26 Apr 2016 07:26:09 +0200 Subject: [PFW] Integrate PFW core version 3.2.5 release PFW 3.2.5 release notes: https://github.com/intel/parameter-framework/releases/tag/v3.2.5 This release contains the following changes: - CMake Package configuration file generation - Preliminary and unofficial OSX support in Travis-CI - Use clang-tidy for automatic code cleanup - Some more cleanup and fixes - Speed Travis-CI up by using CCache Bug: 124767636 Test: build Change-Id: Ib7ce6824430f3907c0508194e91f71a934bdcda8 Signed-off-by: Sebastien Guiriec --- upstream/parameter/SystemClass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upstream/parameter/SystemClass.cpp') diff --git a/upstream/parameter/SystemClass.cpp b/upstream/parameter/SystemClass.cpp index 21c7a86..ef2383b 100644 --- a/upstream/parameter/SystemClass.cpp +++ b/upstream/parameter/SystemClass.cpp @@ -182,7 +182,7 @@ bool CSystemClass::loadPlugins(list &lstrPluginFiles, core::Results &err bool bAtLeastOneSubsystemPluginSuccessfullyLoaded = false; - list::iterator it = lstrPluginFiles.begin(); + auto it = lstrPluginFiles.begin(); while (it != lstrPluginFiles.end()) { -- cgit v1.2.3