refactor icon list
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
1ca7e5efe9
commit
7e58b965b7
4 changed files with 49 additions and 87 deletions
|
@ -51,8 +51,8 @@ IconType operator--(IconType& t, int)
|
|||
case IconType::FileBased:
|
||||
t = IconType::Transient;
|
||||
break;
|
||||
default: {
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return temp;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue