From 1e772280b962d27b95b2a8177b6fa8e9c516cdb5 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Tue, 23 Oct 2012 13:20:22 -0400 Subject: [PATCH] Fix compile error against wxWidgets 2.8 brach. --- pcbnew/librairi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/librairi.cpp b/pcbnew/librairi.cpp index b22d493394..490f552860 100644 --- a/pcbnew/librairi.cpp +++ b/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() ) {