aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/ndm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ndm.h')
-rw-r--r--src/core/hle/service/ndm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ndm.h b/src/core/hle/service/ndm.h
index fbe88fb8..d5ec28f5 100644
--- a/src/core/hle/service/ndm.h
+++ b/src/core/hle/service/ndm.h
@@ -24,7 +24,7 @@ public:
* Gets the string port name used by CTROS for the service
* @return Port name of service
*/
- const char *GetPortName() const {
+ std::string GetPortName() const {
return "ndm:u";
}