NDOF/X11: incorrect dynamic_cast

This commit is contained in:
Campbell Barton 2014-02-14 16:12:41 +11:00
parent dd1e02432e
commit c221717f70
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ processEvents(
}
#ifdef WITH_INPUT_NDOF
if (dynamic_cast<GHOST_NDOFManagerX11 *>(m_ndofManager)->processEvents()) {
if (static_cast<GHOST_NDOFManagerX11 *>(m_ndofManager)->processEvents()) {
anyProcessed = true;
}
#endif