]> git.saurik.com Git - wxWidgets.git/commitdiff
add missing static
authorPaul Cornett <paulcor@bullseye.com>
Wed, 29 Aug 2007 17:08:58 +0000 (17:08 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Wed, 29 Aug 2007 17:08:58 +0000 (17:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/appbase.cpp

index 339fe276c4e5df373e25c1ac2cf50985c58bb67c..08b769724b6fba39bc2ef1d8b82d3f98b37d68dc 100644 (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