summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/resumption/resumption_data.cc
diff options
context:
space:
mode:
authorYana Chernysheva <ychernysheva@luxoft.com>2020-10-02 12:31:39 +0300
committerYana Chernysheva <ychernysheva@luxoft.com>2020-10-02 12:31:39 +0300
commit140f0aa5b8f6055c00c241f3d87a96003a076dc8 (patch)
treeef9521763835ea3bd0c3616e53144d382c32eb60 /src/components/application_manager/src/resumption/resumption_data.cc
parent430a53ff60c340b8ec0eb030ce613cb9750134c7 (diff)
parent18bd4d7ee7d50ff006287b88eb851c8119f1b1fa (diff)
downloadsdl_core-140f0aa5b8f6055c00c241f3d87a96003a076dc8.tar.gz
Merge branch 'release/7.0.0' into fix/move_duplicate_conversion_functions_to_message_helper
Diffstat (limited to 'src/components/application_manager/src/resumption/resumption_data.cc')
-rw-r--r--src/components/application_manager/src/resumption/resumption_data.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/resumption/resumption_data.cc b/src/components/application_manager/src/resumption/resumption_data.cc
index 558724ecdc..95dd331b88 100644
--- a/src/components/application_manager/src/resumption/resumption_data.cc
+++ b/src/components/application_manager/src/resumption/resumption_data.cc
@@ -186,7 +186,7 @@ smart_objects::SmartObject ResumptionData::GetApplicationFiles(
int i = 0;
for (AppFilesMap::const_iterator file_it = app_files.begin();
file_it != app_files.end();
- file_it++) {
+ ++file_it) {
const AppFile& file = file_it->second;
if (file.is_persistent) {
smart_objects::SmartObject file_data =