---
 common/gestfich.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/gestfich.cpp b/common/gestfich.cpp
index 2a30f6d12..c548b6a6c 100644
--- a/common/gestfich.cpp
+++ b/common/gestfich.cpp
@@ -62,7 +62,7 @@ wxString EDA_FILE_SELECTOR( const wxString& aTitle,
 {
     wxString fullfilename;
     wxString curr_cwd    = wxGetCwd();
-    const wxString& defaultname = aFileName;
+    wxString& defaultname = aFileName;
     wxString defaultpath = aPath;
     wxString dotted_Ext = wxT(".") + aExtension;
 
_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to