Fixed Carbon compilation.

Regression since r74855 and r74954.



git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth
2013-10-08 20:33:56 +00:00
parent 6d0f522af2
commit bf4ca1d681
3 changed files with 5 additions and 1 deletions

View File

@@ -242,7 +242,7 @@ short wxApp::MacHandleAEPDoc(const WXEVENTREF event , WXEVENTREF WXUNUSED(reply)
return err;
fName = wxMacFSRefToPath( &theRef ) ;
files += fName;
fileNames.Add( fName );
}
MacPrintFiles(fileNames);