Some code cosmetics

This commit is contained in:
jrheinlaender
2013-09-16 20:38:39 +02:00
committed by Stefan Tröger
parent ef31d1ca20
commit 6355b5fd43
6 changed files with 10 additions and 6 deletions

View File

@@ -358,7 +358,7 @@ void Plane::onChanged(const App::Property *prop)
}
const std::set<QString> Plane::getHint()
const std::set<QString> Plane::getHint() const
{
if (hints.find(refTypes) != hints.end())
return hints[refTypes];