LOCATE_ANY_T is not an instatiable type

This commit is contained in:
Mikolaj Wielgus 2021-11-27 18:08:27 +01:00
parent f35b0446e6
commit c159bd79f0
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ constexpr bool IsInstatiableType( const KICAD_T aType )
switch( aType )
{
case SCH_LOCATE_ANY_T:
case SCH_SCREEN_T:
return false;