This commit is contained in:
Yury Solovyov 2016-11-03 21:43:53 +03:00 committed by Kevin Sawicki
parent fe99b255c4
commit 3d47c9b71d

View file

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