1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 16:48:44 +02:00

fix build

This commit is contained in:
Paul Licameli 2018-01-02 00:00:58 -05:00
parent 80a958f8a4
commit a86decbbe6

View File

@ -131,7 +131,7 @@ public:
// Important: default window name localizes! // Important: default window name localizes!
const wxString& name = _("Directory Dialog")) const wxString& name = _("Directory Dialog"))
{ {
return wxTabTraversalWrapper<wxDirDialog>::Create( wxTabTraversalWrapper<wxDirDialog>::Create(
parent, message, defaultPath, style, pos, size, name parent, message, defaultPath, style, pos, size, name
); );
} }
@ -172,7 +172,7 @@ public:
// Important: default window name localizes! // Important: default window name localizes!
const wxString& name = _("File Dialog")) const wxString& name = _("File Dialog"))
{ {
return wxTabTraversalWrapper<FileDialog>::Create( wxTabTraversalWrapper<FileDialog>::Create(
parent, message, defaultDir, defaultFile, wildCard, style, pos, sz, name parent, message, defaultDir, defaultFile, wildCard, style, pos, sz, name
); );
} }