summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldn/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ldn/errors.h')
-rw-r--r--src/core/hle/service/ldn/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ldn/errors.h b/src/core/hle/service/ldn/errors.h
index fb86b9402..972a74806 100644
--- a/src/core/hle/service/ldn/errors.h
+++ b/src/core/hle/service/ldn/errors.h
@@ -7,6 +7,6 @@
namespace Service::LDN {
-constexpr ResultCode ERROR_DISABLED{ErrorModule::LDN, 22};
+constexpr Result ERROR_DISABLED{ErrorModule::LDN, 22};
} // namespace Service::LDN