]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/msgout.cpp
Ensure we pass the correct type of string to EscapeFileNameCharsInURL in wxWebViewArc...
[wxWidgets.git] / src / common / msgout.cpp
index e01073c9099c6a2d90dd07b632b26895548b34f6..975dabe0aea14b9715b9307ddd91da970d5601d9 100644 (file)
@@ -195,6 +195,8 @@ void wxMessageOutputLog::Output(const wxString& str)
 
 #if wxUSE_GUI && wxUSE_MSGDLG
 
+extern WXDLLEXPORT_DATA(const char) wxMessageBoxCaptionStr[] = "Message";
+
 void wxMessageOutputMessageBox::Output(const wxString& str)
 {
     wxString out(str);