LOCATE_ANY_T is not an instatiable type
This commit is contained in:
parent
f35b0446e6
commit
c159bd79f0
|
@ -281,6 +281,7 @@ constexpr bool IsInstatiableType( const KICAD_T aType )
|
|||
|
||||
switch( aType )
|
||||
{
|
||||
case SCH_LOCATE_ANY_T:
|
||||
case SCH_SCREEN_T:
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue