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

@@ -362,7 +362,7 @@ Base::Vector3d Point::getPoint()
}
const std::set<QString> Point::getHint()
const std::set<QString> Point::getHint() const
{
if (hints.find(refTypes) != hints.end())
return hints[refTypes];