summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/friend/errors.h')
-rw-r--r--src/core/hle/service/friend/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/friend/errors.h b/src/core/hle/service/friend/errors.h
index bc9fe0aca..ff525d865 100644
--- a/src/core/hle/service/friend/errors.h
+++ b/src/core/hle/service/friend/errors.h
@@ -7,5 +7,5 @@
namespace Service::Friend {
-constexpr ResultCode ERR_NO_NOTIFICATIONS{ErrorModule::Account, 15};
+constexpr Result ERR_NO_NOTIFICATIONS{ErrorModule::Account, 15};
}