Fix debug build error in pcbnew/dialogs_fp_lib_table.cpp.

This commit is contained in:
Wayne Stambaugh 2013-09-25 09:51:54 -04:00
parent 98eaacdd6b
commit 4afae65110
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ class DIALOG_FP_LIB_TABLE : public DIALOG_FP_LIB_TABLE_BASE
void optionsEditor( wxMouseEvent& event )
{
// @todo: write the options editor, and pass the options to the Footprint*() calls.
D(printf("%s:%d\n", __func__, (int) m_cur_grid->GetRowCount() );)
D(printf("%s:%d\n", __func__, (int) m_cur_grid->GetNumberRows() );)
}
void onCancelButtonClick( wxCommandEvent& event )