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:
@@ -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
|
||||
|
Reference in New Issue
Block a user