Fix some warnings

This commit is contained in:
vit9696 2018-07-12 22:56:51 +03:00
parent 616464ba29
commit 0a2f115056
4 changed files with 7 additions and 7 deletions

View file

@ -75,7 +75,7 @@ UString uniqueItemName(const UModelIndex & index)
}
// Returns text representation of error code
UString errorCodeToUString(UINT8 errorCode)
UString errorCodeToUString(USTATUS errorCode)
{
switch (errorCode) {
case U_SUCCESS: return UString("Success");