Missed one file for previous commit
This is the actual fix for issue #3982
This commit is contained in:
parent
2cff50d7a8
commit
e359144305
|
@ -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,
|
FILL_T SCH_SEXPR_PLUGIN_CACHE::parseFillMode( LINE_READER& aReader, const char* aLine,
|
||||||
const char** aOutput )
|
const char** aOutput )
|
||||||
{
|
{
|
||||||
|
return NO_FILL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue