mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 00:21:25 +00:00
Fix broken build due to missing rename
This commit is contained in:
parent
e6632bb983
commit
9799a7ddcc
@ -101,7 +101,7 @@ void PCB_TEST_FRAME_BASE::SetBoard( std::shared_ptr<BOARD> b )
|
||||
|
||||
BOARD* PCB_TEST_FRAME_BASE::LoadAndDisplayBoard( const std::string& filename )
|
||||
{
|
||||
PLUGIN::RELEASER pi( new PCB_IO_KICAD_SEXPR );
|
||||
PCB_IO::RELEASER pi( new PCB_IO_KICAD_SEXPR );
|
||||
BOARD* brd = nullptr;
|
||||
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user