Missed one file for previous commit

This is the actual fix for issue #3982
This commit is contained in:
Seth Hillbrand 2020-03-03 14:05:49 -08:00
parent 2cff50d7a8
commit e359144305
1 changed files with 1 additions and 0 deletions

View File

@ -1069,6 +1069,7 @@ void SCH_SEXPR_PLUGIN_CACHE::loadDrawEntries( std::unique_ptr<LIB_PART>& aPart,
FILL_T SCH_SEXPR_PLUGIN_CACHE::parseFillMode( LINE_READER& aReader, const char* aLine,
const char** aOutput )
{
return NO_FILL;
}