add missing static

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-08-29 17:08:58 +00:00
parent 806f9e8330
commit 6ef1b2a1c1

View File

@@ -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