Fix lint
This commit is contained in:
parent
fe99b255c4
commit
3d47c9b71d
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ IconLoader::IconSize GetIconSizeByString(std::string size) {
|
||||||
return IconLoader::IconSize::LARGE;
|
return IconLoader::IconSize::LARGE;
|
||||||
}
|
}
|
||||||
return IconLoader::IconSize::NORMAL;
|
return IconLoader::IconSize::NORMAL;
|
||||||
};
|
}
|
||||||
|
|
||||||
// Return the path constant from string.
|
// Return the path constant from string.
|
||||||
int GetPathConstant(const std::string& name) {
|
int GetPathConstant(const std::string& name) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue