[Websetting] Explicit call picosjon::value constructor
authorMariusz Polasinski <m.polasinski@samsung.com>
Tue, 27 Jan 2015 07:43:45 +0000 (08:43 +0100)
committerPawel Andruszkiewicz <p.andruszkie@samsung.com>
Thu, 29 Jan 2015 08:24:05 +0000 (17:24 +0900)
commit90841915df406fc394cb5d5a7d4fe4554be798c1
treecf0c13e0d059fb4ef4760a7e852e344ae569e126
parent153ae5660f97f26f8056a9c88a497b7d5c493114
[Websetting] Explicit call picosjon::value constructor

[Problem]
On TV I can't call 'std::map<std::basic_string<char>, picojson::value>::insert(std::pair<const char*, [other type]>)
I must use explicit conversion.
This error occurs probably because there is different version of gcc for mobile and TV

[Solution]
I used explicit picosjon::value constructor

[Verification]
Code complies without errors

Signed-off-by: Mariusz Polasinski <m.polasinski@samsung.com>
Change-Id: I06aaf19636839e0d851f0ba05a0ae6b4a254b357
src/websetting/websetting_instance.cc