Skip to content
Snippets Groups Projects
Commit e4b3462d authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Merge branch 'SecondHandsDemo2020'

parents 3d1d30f4 40639403
No related branches found
No related tags found
No related merge requests found
......@@ -328,7 +328,7 @@ namespace VirtualRobot
}
std::string Obstacle::getFilename()
std::string Obstacle::getFilename() const
{
return filename;
}
......
......@@ -113,7 +113,7 @@ namespace VirtualRobot
virtual std::string toXML(const std::string& basePath, int tabs = 0);
void setFilename(const std::string& filename);
std::string getFilename();
std::string getFilename() const;
protected:
......
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