Renaming and cleanup in ViewLinker and friends

This commit is contained in:
Jacob Støren
2015-09-24 11:29:01 +02:00
parent cc62e93d45
commit 5e0505dfe8
20 changed files with 107 additions and 109 deletions

View File

@@ -586,7 +586,7 @@ void RimView::setScaleZAndUpdate(double scaleZ)
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RimViewLink* RimView::controllingViewLink() const
RimViewController* RimView::controllingViewLink() const
{
return RimViewLinker::viewLinkForView(this);
}