summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets/cabinet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/frontend/applets/cabinet.cpp')
-rw-r--r--src/core/frontend/applets/cabinet.cpp2
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, {});
}