Skip to content
Snippets Groups Projects
Commit 2a44f2b0 authored by Timo Koch's avatar Timo Koch
Browse files

Replace const char * by std::string for more flexibility

(cherry picked from commit 3b62b6af)
(cherry picked from commit 75b72cb5)
parent febf83e7
No related branches found
No related tags found
1 merge request!617[WIP] Next
......@@ -501,7 +501,7 @@ public:
* the application problem is declared! If not, the default name "sim"
* will be used.
*/
void setName(std::string newName)
void setName(const std::string& newName)
{
simname_ = newName;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment