diff options
Diffstat (limited to 'src/core/hle/kernel/process.h')
| -rw-r--r-- | src/core/hle/kernel/process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/process.h b/src/core/hle/kernel/process.h index 9c20eb7f8..29e016983 100644 --- a/src/core/hle/kernel/process.h +++ b/src/core/hle/kernel/process.h | |||
| @@ -75,7 +75,7 @@ public: | |||
| 75 | 75 | ||
| 76 | static constexpr std::size_t RANDOM_ENTROPY_SIZE = 4; | 76 | static constexpr std::size_t RANDOM_ENTROPY_SIZE = 4; |
| 77 | 77 | ||
| 78 | static SharedPtr<Process> Create(Core::System& system, std::string&& name); | 78 | static SharedPtr<Process> Create(Core::System& system, std::string name); |
| 79 | 79 | ||
| 80 | std::string GetTypeName() const override { | 80 | std::string GetTypeName() const override { |
| 81 | return "Process"; | 81 | return "Process"; |