Smartphone build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -67,7 +67,9 @@ wxFileDialog::wxFileDialog(wxWindow *parent,
|
|||||||
const wxString& defaultFileName,
|
const wxString& defaultFileName,
|
||||||
const wxString& wildCard,
|
const wxString& wildCard,
|
||||||
long style,
|
long style,
|
||||||
const wxPoint& WXUNUSED(pos))
|
const wxPoint& WXUNUSED(pos),
|
||||||
|
const wxSize& WXUNUSED(sz),
|
||||||
|
const wxString& WXUNUSED(name))
|
||||||
{
|
{
|
||||||
m_message = message;
|
m_message = message;
|
||||||
m_windowStyle = style;
|
m_windowStyle = style;
|
||||||
|
Reference in New Issue
Block a user