path -> const

This commit is contained in:
Erwin Coumans
2018-06-12 21:26:34 -07:00
parent ce9f29e416
commit c27fb4003e
2 changed files with 2 additions and 2 deletions

View File

@@ -657,7 +657,7 @@ public:
{
return SHARED_MEMORY_MAGIC_NUMBER;
}
void setAdditionalSearchPath(std::string path);
void setAdditionalSearchPath(const std::string& path);
};