mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-03 10:47:23 +02:00
Item.cpp edited online with Bitbucket
This commit is contained in:
@@ -155,7 +155,7 @@ void Item::SetFullTitle(const std::string& fulltitle)
|
||||
{
|
||||
FullTitle = fulltitle;
|
||||
LCFullTitle = fulltitle;
|
||||
std::transform(LCFullTitle.begin(), LCFullTitle.end(), LCFullCTitle.begin(), ::tolower);
|
||||
std::transform(LCFullTitle.begin(), LCFullTitle.end(), LCFullTitle.begin(), ::tolower);
|
||||
}
|
||||
|
||||
const std::string& Item::GetCloneOf() const
|
||||
|
||||
Reference in New Issue
Block a user