Fix a compil issue and a compil warning.
This commit is contained in:
parent
16686c454b
commit
59d2c4339f
|
@ -59,7 +59,7 @@ class EESCHEMA_SETTINGS;
|
|||
class SYMBOL_EDITOR_SETTINGS;
|
||||
|
||||
#if defined( KICAD_USE_3DCONNEXION )
|
||||
class NL_SCHEMATIC_PLUGIN;
|
||||
#include "navlib/nl_schematic_plugin.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
|
@ -544,8 +544,6 @@ void SCH_LABEL_BASE::RunOnChildren( const std::function<void( SCH_ITEM* )>& aFun
|
|||
INSPECT_RESULT SCH_LABEL_BASE::Visit( INSPECTOR aInspector, void* testData,
|
||||
const std::initializer_list<KICAD_T>& aScanTypes )
|
||||
{
|
||||
KICAD_T stype;
|
||||
|
||||
if( IsType( aScanTypes ) )
|
||||
{
|
||||
if( INSPECT_RESULT::QUIT == aInspector( this, nullptr ) )
|
||||
|
|
Loading…
Reference in New Issue