mirror of https://github.com/kiwix/libkiwix.git
Fixed CI build failure under android_arm*
This commit is contained in:
parent
a0d9a824e1
commit
9987fbd488
|
@ -474,7 +474,8 @@ ParameterizedMessage rawEntryNotFoundMsg(const std::string& dt, const std::strin
|
||||||
|
|
||||||
ParameterizedMessage nonParameterizedMessage(const std::string& msgId)
|
ParameterizedMessage nonParameterizedMessage(const std::string& msgId)
|
||||||
{
|
{
|
||||||
return ParameterizedMessage(msgId, {});
|
const ParameterizedMessage::Parameters noParams;
|
||||||
|
return ParameterizedMessage(msgId, noParams);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // unnamed namespace
|
} // unnamed namespace
|
||||||
|
|
Loading…
Reference in New Issue