Fix compilation when KICAD_USE_3DCONNEXION is undefined.

This commit is contained in:
markus-bonk 2021-10-27 11:22:17 +02:00 committed by Wayne Stambaugh
parent b263e89dfe
commit bb542e5959
1 changed files with 3 additions and 3 deletions

View File

@ -43,17 +43,17 @@ void NL_3D_VIEWER_PLUGIN::SetFocus( bool focus )
#else #else
NL_3DVIEWER_PLUGIN::NL_3DVIEWER_PLUGIN( EDA_3D_CANVAS* aViewport ) NL_3D_VIEWER_PLUGIN::NL_3D_VIEWER_PLUGIN( EDA_3D_CANVAS* aViewport ) : m_impl( nullptr )
{ {
} }
void NL_3DVIEWER_PLUGIN::SetFocus( bool focus ) void NL_3D_VIEWER_PLUGIN::SetFocus( bool focus )
{ {
} }
NL_3DVIEWER_PLUGIN::~NL_3DVIEWER_PLUGIN() NL_3D_VIEWER_PLUGIN::~NL_3D_VIEWER_PLUGIN()
{ {
} }
#endif #endif