X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4572569856d405eb80c305674a9aeb8839e87d8..74a8f67d96591cec101def2a7d47c64072aff7fd:/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);