Page MenuHomePhabricator

Polhemus class no longer compiles
Closed, ResolvedPublic

Description

Modules\IGT\TrackingDevices\mitkPolhemusInterface.cpp uses m_pdiDev->GetLastResultStr() which leads to compiler issues, failing the whole build process.
As a quick fix, we suggest removing these calls, as they are only used for verbose logging information.

Pull Request: https://github.com/MITK/MITK/pull/278