#3343 HoloLens Export : Add const

This commit is contained in:
Magne Sjaastad
2018-09-12 10:04:15 +02:00
parent b604d26e90
commit b019c95ab9
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ Rim3dView::~Rim3dView(void)
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RiuViewer* Rim3dView::viewer()
RiuViewer* Rim3dView::viewer() const
{
return m_viewer;
}