summaryrefslogtreecommitdiff
path: root/src/common/input.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-09-24 22:52:33 -0500
committergerman77 <juangerman-13@hotmail.com>2022-10-02 12:32:26 -0500
commit3ce0ef04ddcb2420b61f8c6d22f8039fb7359856 (patch)
treef2e843da46429df8ae6c1f8f415bc507d3458f28 /src/common/input.h
parentafea5c163fd2bd4b99753f6780c256c7280052a8 (diff)
service: nfp: address comments
Diffstat (limited to 'src/common/input.h')
-rw-r--r--src/common/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/input.h b/src/common/input.h
index 8365cc36e..bfa0639f5 100644
--- a/src/common/input.h
+++ b/src/common/input.h
@@ -332,7 +332,7 @@ public:
return CameraError::NotSupported;
}
- virtual NfcState SupportsNfc() {
+ virtual NfcState SupportsNfc() const {
return NfcState::NotSupported;
}