Fix a compil issue and a compil warning.

This commit is contained in:
jean-pierre charras 2022-08-20 15:33:59 +02:00
parent 16686c454b
commit 59d2c4339f
2 changed files with 1 additions and 3 deletions

View File

@ -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
/**

View File

@ -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 ) )