From 655a6965896ee37e45019745160a8934058748eb Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Thu, 1 Apr 2021 11:36:30 +0200 Subject: [PATCH] fix compil issue --- eeschema/sch_plugins/kicad/sch_sexpr_parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/sch_plugins/kicad/sch_sexpr_parser.cpp b/eeschema/sch_plugins/kicad/sch_sexpr_parser.cpp index 5e667a536d..bef074f24c 100644 --- a/eeschema/sch_plugins/kicad/sch_sexpr_parser.cpp +++ b/eeschema/sch_plugins/kicad/sch_sexpr_parser.cpp @@ -867,7 +867,7 @@ LIB_FIELD* SCH_SEXPR_PARSER::parseProperty( std::unique_ptr& aSymbol ) field->SetName( newname ); } } - +#endif if( !existingField ) { aSymbol->AddDrawItem( field.get(), false );