aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/err_f.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/err_f.h')
-rw-r--r--src/core/hle/service/err_f.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/err_f.h b/src/core/hle/service/err_f.h
index 8b636b96..6d7141c1 100644
--- a/src/core/hle/service/err_f.h
+++ b/src/core/hle/service/err_f.h
@@ -19,7 +19,7 @@ namespace ERR_F {
* Gets the string port name used by CTROS for the service
* @return Port name of service
*/
- std::string GetPortName() const {
+ std::string GetPortName() const override {
return "err:f";
}
};