diff --git a/eeschema/dialogs/dialog_sch_pin_table.cpp b/eeschema/dialogs/dialog_sch_pin_table.cpp index f018a89752..40531b4c88 100644 --- a/eeschema/dialogs/dialog_sch_pin_table.cpp +++ b/eeschema/dialogs/dialog_sch_pin_table.cpp @@ -74,7 +74,7 @@ public: choices.push_back( alt.first ); wxGridCellAttr* attr = new wxGridCellAttr(); - attr->SetEditor( new GRID_CELL_COMBOBOX( choices ) ); + attr->SetEditor( new wxGridCellChoiceEditor( choices ) ); m_nameAttrs.push_back( attr ); }