Fix warning about variable promotion.

This commit is contained in:
Router Gray
2019-05-24 06:21:25 -05:00
parent 40ad9fad32
commit bf9e900731

View File

@@ -137,7 +137,7 @@ public:
const std::string &title,
U8 num_color_swatches, // number of 'color_swatches'
U8 num_texture_pickers, // number of 'texture_pickers'
U8 num_subparts, ... ); // number of subparts followed by a list of ETextureIndex and ESubparts
unsigned int num_subparts, ... ); // number of subparts followed by a list of ETextureIndex and ESubparts
const LLWearableType::EType mWearableType;
@@ -252,7 +252,7 @@ LLEditWearableDictionary::WearableEntry::WearableEntry(LLWearableType::EType typ
const std::string &title,
U8 num_color_swatches,
U8 num_texture_pickers,
U8 num_subparts, ... ) :
unsigned int num_subparts, ... ) :
LLDictionaryEntry(title),
mWearableType(type)
{