Commit 1e772280 authored by Wayne Stambaugh's avatar Wayne Stambaugh

Fix compile error against wxWidgets 2.8 brach.

parent 6abf0e9f
......@@ -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() )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment