diff --git a/include/nn/settings.h b/include/nn/settings.h index cebe6b3..cb322e8 100644 --- a/include/nn/settings.h +++ b/include/nn/settings.h @@ -29,6 +29,7 @@ struct LanguageCode { }; bool operator==(nn::settings::LanguageCode const&, nn::settings::LanguageCode const&); +bool operator==(nn::settings::Language const&, nn::settings::LanguageCode const&); namespace system { struct FirmwareVersion {