Browse Source

Fix compile error against wxWidgets 2.8 brach.

pull/1/head
Wayne Stambaugh 13 years ago
parent
commit
1e772280b9
  1. 2
      pcbnew/librairi.cpp

2
pcbnew/librairi.cpp

@ -154,7 +154,7 @@ MODULE* FOOTPRINT_EDIT_FRAME::Import_Module()
wxString fcontents;
PCB_IO pcb_io( CTL_CLIPBOARD );
wxFFile f( TO_UTF8( dlg.GetPath() ) );
wxFFile f( dlg.GetPath() );
if( !f.IsOpened() )
{

Loading…
Cancel
Save