profile_select: Port Service::Account::UUID to Common::UUID

This commit is contained in:
Zach Hilman 2019-01-10 21:53:07 -05:00
parent 1aa2b99a98
commit 851c01c45e
9 changed files with 27 additions and 29 deletions

View file

@ -174,7 +174,7 @@ MiiStoreData ConvertInfoToStoreData(const MiiInfo& info) {
} // namespace
std::ostream& operator<<(std::ostream& os,Source source) {
std::ostream& operator<<(std::ostream& os, Source source) {
os << SOURCE_NAMES.at(static_cast<std::size_t>(source));
return os;
}