Browse Source

Fix mocks

9.0
Seth Hillbrand 3 weeks ago
parent
commit
848d5484d8
  1. 2
      qa/qa_utils/mocks.cpp

2
qa/qa_utils/mocks.cpp

@ -42,7 +42,7 @@
FP_LIB_TABLE GFootprintTable;
DIALOG_FIND::DIALOG_FIND( PCB_BASE_FRAME* aParent ) :
DIALOG_FIND::DIALOG_FIND( PCB_EDIT_FRAME* aParent ) :
DIALOG_FIND_BASE( aParent )
{
// these members are initialized to avoid warnings about non initialized vars

Loading…
Cancel
Save