From 16fc5c6a61d0caa7ec662decfbefc38354ec759c Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Thu, 10 Oct 2013 16:05:07 +0000 Subject: [PATCH] remove extraneous semicolon git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/dialog.h b/include/wx/dialog.h index 57582708c6..7110151356 100644 --- a/include/wx/dialog.h +++ b/include/wx/dialog.h @@ -434,7 +434,7 @@ void wxDialogBase::ShowWindowModalThenDo(const Functor& onEndModal) Bind(wxEVT_WINDOW_MODAL_DIALOG_CLOSED, wxWindowModalDialogEventFunctor(onEndModal)); ShowWindowModal(); -}; +} #endif // wxHAS_EVENT_BIND #endif