mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-20 14:35:44 +00:00
result: Make fully constexpr, add ON_RESULT_INCLUDED
This commit is contained in:
@@ -301,7 +301,7 @@ Result NfcInterface::TranslateResultToServiceError(Result result) const {
|
||||
return result;
|
||||
}
|
||||
|
||||
if (result.module != ErrorModule::NFC) {
|
||||
if (result.GetModule() != ErrorModule::NFC) {
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user