1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-29 15:36:32 -05:00

service: nfp: address comments

This commit is contained in:
german77
2022-09-24 22:52:33 -05:00
parent afea5c163f
commit 3ce0ef04dd
9 changed files with 29 additions and 26 deletions

View File

@@ -332,7 +332,7 @@ public:
return CameraError::NotSupported;
}
virtual NfcState SupportsNfc() {
virtual NfcState SupportsNfc() const {
return NfcState::NotSupported;
}