projects
/
platform
/
core
/
api
/
webapi-plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2186e1
)
build error fix - STL_MAP issue from gcc 4.9
author
Hyunjin Park
<hj.na.park@samsung.com>
Wed, 25 Mar 2015 07:18:43 +0000
(16:18 +0900)
committer
Hyunjin Park
<hj.na.park@samsung.com>
Wed, 25 Mar 2015 07:29:10 +0000
(16:29 +0900)
Change-Id: I862b42b531fc18069139cfccb36548db2c26a2c4
src/callhistory/callhistory_utils.cc
patch
|
blob
|
history
diff --git
a/src/callhistory/callhistory_utils.cc
b/src/callhistory/callhistory_utils.cc
index 1458194c8ba3baa34fdeedbf97c9898b3d562d66..a669ecc89b895954a463eda5c68af8c3cd4dd160 100644
(file)
--- a/
src/callhistory/callhistory_utils.cc
+++ b/
src/callhistory/callhistory_utils.cc
@@
-177,7
+177,7
@@
void CallHistoryUtils::parseLogType(contacts_phone_log_type_e log_type, picojson
}
if (features.size() > 0) {
- obj.insert(std::make_pair(STR_TAGS,
features
));
+ obj.insert(std::make_pair(STR_TAGS,
picojson::value(features)
));
}
}