diff options
| author | bunnei <bunneidev@gmail.com> | 2023-05-07 12:18:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-07 12:18:09 -0700 |
| commit | e58090c9c731701662d0824c2fd081467f21f5c3 (patch) | |
| tree | f35c9a080f3b5a9067381b615eca928e8825ee20 /src/core/frontend/applets/cabinet.cpp | |
| parent | ed98afdebc4b4f9587d6c9ace8d6715915a66949 (diff) | |
| parent | 94151097b9abadf35c55ea06a31925c9848f4c62 (diff) | |
Merge pull request #10097 from german77/nfp_full
service: nfc: Merge device interfaces and create the device manager
Diffstat (limited to 'src/core/frontend/applets/cabinet.cpp')
| -rw-r--r-- | src/core/frontend/applets/cabinet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/frontend/applets/cabinet.cpp b/src/core/frontend/applets/cabinet.cpp index 2d501eeae..c33ce248b 100644 --- a/src/core/frontend/applets/cabinet.cpp +++ b/src/core/frontend/applets/cabinet.cpp @@ -14,7 +14,7 @@ void DefaultCabinetApplet::Close() const {} void DefaultCabinetApplet::ShowCabinetApplet( const CabinetCallback& callback, const CabinetParameters& parameters, - std::shared_ptr<Service::NFP::NfpDevice> nfp_device) const { + std::shared_ptr<Service::NFC::NfcDevice> nfp_device) const { LOG_WARNING(Service_AM, "(STUBBED) called"); callback(false, {}); } |
