mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 14:42:31 -05:00
Fix red
Change-Id: Ib64eb3539e33d4336c298612b4508c4611b80c9e
This commit is contained in:
parent
0f72c73b5b
commit
c35e4a4b7d
4 changed files with 12 additions and 9 deletions
|
|
@ -143,6 +143,6 @@ struct soc_t
|
|||
|
||||
/** Parse a SoC description from a XML file, append it to <soc>. A file
|
||||
* can contain multiple SoC descriptions */
|
||||
bool soc_desc_parse_xml(const std::string& filename, std::list< soc_t >& soc);
|
||||
bool soc_desc_parse_xml(const std::string& filename, std::vector< soc_t >& soc);
|
||||
|
||||
#endif /* __SOC_DESC__ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue