Kernel: Updated various kernel function "name" arguments to be const references.
This commit is contained in:
parent
d7363322c7
commit
5365ca157d
4 changed files with 6 additions and 6 deletions
|
@ -23,6 +23,6 @@ Result ReleaseMutex(Handle handle);
|
|||
* @param name Optional name of mutex
|
||||
* @return Handle to newly created object
|
||||
*/
|
||||
Handle CreateMutex(bool initial_locked, const std::string name="Unknown");
|
||||
Handle CreateMutex(bool initial_locked, const std::string& name="Unknown");
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue