From 6ef1b2a1c10aad83cc17e60af71f51e32667b396 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Wed, 29 Aug 2007 17:08:58 +0000 Subject: [PATCH] add missing static git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/appbase.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index 339fe276c4..08b769724b 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -944,6 +944,7 @@ static void LINKAGEMODE SetTraceMasks() #endif // wxUSE_LOG } +static bool DoShowAssertDialog(const wxString& msg) { // under MSW we can show the dialog even in the console mode -- 2.45.2