compilation fixes for wxUSE_MSGDLG==0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-07-11 00:02:51 +00:00
parent c052164410
commit fae8664187
4 changed files with 4 additions and 14 deletions

View File

@@ -209,7 +209,7 @@ void wxMessageOutputLog::Output(const wxString& str)
// wxMessageOutputMessageBox
// ----------------------------------------------------------------------------
#if wxUSE_GUI
#if wxUSE_GUI && wxUSE_MSGDLG
void wxMessageOutputMessageBox::Output(const wxString& str)
{