forked from len0rd/rockbox
Fix red
Change-Id: Ib64eb3539e33d4336c298612b4508c4611b80c9e
This commit is contained in:
parent
0f72c73b5b
commit
c35e4a4b7d
4 changed files with 12 additions and 9 deletions
|
|
@ -252,7 +252,7 @@ bool parse_soc_elem(xmlNode *node, soc_t& soc)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool parse_root_elem(xmlNode *node, std::list< soc_t >& soc)
|
||||
bool parse_root_elem(xmlNode *node, std::vector< soc_t >& soc)
|
||||
{
|
||||
BEGIN_NODE_MATCH(node)
|
||||
MATCH_ELEM_NODE("soc", soc, parse_soc_elem)
|
||||
|
|
@ -260,7 +260,7 @@ bool parse_root_elem(xmlNode *node, std::list< soc_t >& soc)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool soc_desc_parse_xml(const std::string& filename, std::list< soc_t >& socs)
|
||||
bool soc_desc_parse_xml(const std::string& filename, std::vector< soc_t >& socs)
|
||||
{
|
||||
LIBXML_TEST_VERSION
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue