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

Make getFilename() const

parent 41a21236
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