Browse Source

use "pattern" instead of "sourcelibreference" for footprints

6.0.7
WhiteChairFromIkea 5 years ago
committed by Jeff Young
parent
commit
6533b47f0a
  1. 3
      pcbnew/plugins/altium/altium_parser_pcb.h

3
pcbnew/plugins/altium/altium_parser_pcb.h

@ -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…
Cancel
Save