Fix for OSX build (clang finding multiple overloads for operator==).
parent
6244f77818
commit
04c76e96ab
|
|
@ -107,7 +107,7 @@ void LFSimFeatureHandler::setSupportedFeatures()
|
|||
|
||||
if( extras.has("GridStatusRSS"))
|
||||
{
|
||||
mGridStatusRSS = extras["GridStatusRSS"];
|
||||
mGridStatusRSS = extras["GridStatusRSS"].asString();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
@ -115,7 +115,7 @@ void LFSimFeatureHandler::setSupportedFeatures()
|
|||
}
|
||||
if( extras.has("GridStatus"))
|
||||
{
|
||||
mGridStatusURL = extras["GridStatus"];
|
||||
mGridStatusURL = extras["GridStatus"].asString();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue