HaikuDepot : Fix Compile Warning
Change-Id: I210da9a98a7e97398c4a1789683392864b16f3ff Reviewed-on: https://review.haiku-os.org/c/haiku/+/7405 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Haiku-Format: Haiku-format Bot <no-reply+haikuformatbot@haiku-os.org> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
This commit is contained in:
parent
025c6fb16e
commit
23cfed803a
@ -504,7 +504,7 @@ bool
|
||||
}
|
||||
case B_JSON_STRING:
|
||||
{
|
||||
{{#propertyarray}} {{#property.isstring}} if (fNextItemBitmask == {{cppobjectname}}::k{{property.cppname}}Bitmask)
|
||||
{{#propertyarray}}{{#property.isstring}} if (fNextItemBitmask == {{cppobjectname}}::k{{property.cppname}}Bitmask)
|
||||
fTarget->Set{{property.cppname}}(new BString(event.Content()));
|
||||
{{/property.isstring}}{{/propertyarray}}
|
||||
fNextItemBitmask = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user