From e3591443056be17134109173dc8090c2dc66365a Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Tue, 3 Mar 2020 14:05:49 -0800 Subject: [PATCH] Missed one file for previous commit This is the actual fix for issue #3982 --- eeschema/sch_sexpr_plugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/eeschema/sch_sexpr_plugin.cpp b/eeschema/sch_sexpr_plugin.cpp index 8a49d71add..805d3f8e95 100644 --- a/eeschema/sch_sexpr_plugin.cpp +++ b/eeschema/sch_sexpr_plugin.cpp @@ -1069,6 +1069,7 @@ void SCH_SEXPR_PLUGIN_CACHE::loadDrawEntries( std::unique_ptr& aPart, FILL_T SCH_SEXPR_PLUGIN_CACHE::parseFillMode( LINE_READER& aReader, const char* aLine, const char** aOutput ) { + return NO_FILL; }