Fix compile error against wxWidgets 2.8 brach.

This commit is contained in:
Wayne Stambaugh 2012-10-23 13:20:22 -04:00
parent 6abf0e9f94
commit 1e772280b9
1 changed files with 1 additions and 1 deletions

View File

@ -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() )
{