From a2696709126df71f3c0c86f959d6f0d922bd08b9 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Thu, 30 Jul 2015 10:37:17 -0500 Subject: [PATCH] Fix warning --- src/widgets/ProgressDialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/widgets/ProgressDialog.cpp b/src/widgets/ProgressDialog.cpp index 3dd8a6c19..1c1d9e6ca 100644 --- a/src/widgets/ProgressDialog.cpp +++ b/src/widgets/ProgressDialog.cpp @@ -1183,6 +1183,8 @@ bool ProgressDialog::Create(const wxString & title, // On OSX at least, creating the disabler causes the dialog to show, so // just hide it again until the delay has been reached. Show(false); + + return true; } //