service: nfp: address comments

This commit is contained in:
german77 2022-09-24 22:52:33 -05:00
parent 28792b26a5
commit d389a05005
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;
}