updated minor memory management to avoid text corruption
This commit is contained in:
parent
4e547635d8
commit
9c413c0edd
6 changed files with 17 additions and 15 deletions
|
@ -16,7 +16,7 @@ class GnsServer;
|
|||
*/
|
||||
class GnsProject {
|
||||
public:
|
||||
GnsProject(const GnsServer* server, std::string uuid);
|
||||
GnsProject(const GnsServer* server, const std::string& uuid);
|
||||
|
||||
/**
|
||||
* Get the base prefix for an API request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue