diff --git a/RetroFE/Source/Collection/Item.cpp b/RetroFE/Source/Collection/Item.cpp index bb8dba3..ef54f2e 100644 --- a/RetroFE/Source/Collection/Item.cpp +++ b/RetroFE/Source/Collection/Item.cpp @@ -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