Fix compile error against wxWidgets 2.8 brach.
This commit is contained in:
parent
6abf0e9f94
commit
1e772280b9
|
@ -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…
Reference in New Issue