use "pattern" instead of "sourcelibreference" for footprints
This commit is contained in:
parent
01426d914a
commit
6533b47f0a
|
@ -377,6 +377,7 @@ struct ACOMPONENT6
|
|||
bool commenton;
|
||||
wxString sourcedesignator;
|
||||
wxString sourcefootprintlibrary;
|
||||
wxString pattern;
|
||||
wxString sourcecomponentlibrary;
|
||||
wxString sourcelibreference;
|
||||
|
||||
|
@ -676,4 +677,4 @@ struct AFILL6
|
|||
};
|
||||
|
||||
|
||||
#endif //ALTIUM_PARSER_PCB_H
|
||||
#endif //ALTIUM_PARSER_PCB_H
|
||||
|
|
Loading…
Reference in New Issue