X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4572569856d405eb80c305674a9aeb8839e87d8..95c0502bae6d1a41a120efb9e6bb1a0ad8227b99:/src/common/msgout.cpp diff --git a/src/common/msgout.cpp b/src/common/msgout.cpp index e01073c909..975dabe0ae 100644 --- a/src/common/msgout.cpp +++ b/src/common/msgout.cpp @@ -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);