Attempt to fix:
error: call of overloaded ‘basic_string(const Poco::Dynamic::Var&)’ is ambiguous Signed-off-by: Gökay Şatır <gokaysatir@collabora.com> Change-Id: Ibaa77e94a8e12f1dbc38e40b14ce8184dafcd7bd
This commit is contained in:
parent
f98900c73c
commit
4e42a34b96
1 changed files with 1 additions and 1 deletions
|
@ -1392,7 +1392,7 @@ public:
|
|||
LOG_WRN("Element in fonts array is not a string");
|
||||
else
|
||||
{
|
||||
fonts[std::string(fontPtr)].active = true;
|
||||
fonts[fontPtr.toString()].active = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue