From a86decbbe6bf735d5cb7716d4f465c3602454dd8 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Tue, 2 Jan 2018 00:00:58 -0500 Subject: [PATCH] fix build --- src/widgets/wxPanelWrapper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/wxPanelWrapper.h b/src/widgets/wxPanelWrapper.h index 233fc2921..05edbb560 100644 --- a/src/widgets/wxPanelWrapper.h +++ b/src/widgets/wxPanelWrapper.h @@ -131,7 +131,7 @@ public: // Important: default window name localizes! const wxString& name = _("Directory Dialog")) { - return wxTabTraversalWrapper::Create( + wxTabTraversalWrapper::Create( parent, message, defaultPath, style, pos, size, name ); } @@ -172,7 +172,7 @@ public: // Important: default window name localizes! const wxString& name = _("File Dialog")) { - return wxTabTraversalWrapper::Create( + wxTabTraversalWrapper::Create( parent, message, defaultDir, defaultFile, wildCard, style, pos, sz, name ); }