Attempt to appease travis on signed-ness
This commit is contained in:
parent
3b739b73e9
commit
c4a4751453
1 changed files with 1 additions and 1 deletions
|
@ -844,7 +844,7 @@ tlistbox_definition::tresolution::tresolution(const config& cfg)
|
|||
namespace implementation
|
||||
{
|
||||
|
||||
static std::vector<std::map<std::string, string_map>> parse_list_data(const config& data, size_t req_cols)
|
||||
static std::vector<std::map<std::string, string_map>> parse_list_data(const config& data, unsigned int req_cols)
|
||||
{
|
||||
std::vector<std::map<std::string, string_map>> list_data;
|
||||
for(const auto & row : data.child_range("row"))
|
||||
|
|
Loading…
Add table
Reference in a new issue