diff --git a/pcbnew/pcb_io/altium/altium_pcb.cpp b/pcbnew/pcb_io/altium/altium_pcb.cpp index 0ef17e78e8..f78137796b 100644 --- a/pcbnew/pcb_io/altium/altium_pcb.cpp +++ b/pcbnew/pcb_io/altium/altium_pcb.cpp @@ -320,7 +320,7 @@ void ALTIUM_PCB::Parse( const ALTIUM_COMPOUND_FILE& altiumPcbFi { this->ParseComponents6Data( aFile, fileHeader ); } }, - { true, ALTIUM_PCB_DIR::MODELS, + { false, ALTIUM_PCB_DIR::MODELS, [this, aFileMapping]( const ALTIUM_COMPOUND_FILE& aFile, auto fileHeader ) { std::vector dir{ aFileMapping.at( ALTIUM_PCB_DIR::MODELS ) };