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

@@ -132,7 +132,7 @@ protected:
// implementation which shows output in a message box
// ----------------------------------------------------------------------------
#if wxUSE_GUI
#if wxUSE_GUI && wxUSE_MSGDLG
class WXDLLIMPEXP_CORE wxMessageOutputMessageBox : public wxMessageOutput
{
@@ -143,7 +143,7 @@ protected:
virtual void Output(const wxString& str);
};
#endif // wxUSE_GUI
#endif // wxUSE_GUI && wxUSE_MSGDLG
// ----------------------------------------------------------------------------
// implementation using the native way of outputting debug messages