Attempt to appease travis on signed-ness

This commit is contained in:
Charles Dang 2016-08-30 05:18:52 +11:00
parent 3b739b73e9
commit c4a4751453

View file

@ -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"))