X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/387a3b02e02d91da6c5d4331b667d835e32c83b0..3013b6f46099b8cf0d2f9f656e883e4606ca833d:/include/wx/docview.h diff --git a/include/wx/docview.h b/include/wx/docview.h index 7e63ff80f4..755506cfeb 100644 --- a/include/wx/docview.h +++ b/include/wx/docview.h @@ -37,8 +37,8 @@ class WXDLLEXPORT wxFileHistory; class WXDLLEXPORT wxConfigBase; #if wxUSE_IOSTREAMH -# include -# include +// N.B. BC++ doesn't have istream.h, ostream.h +# include #else # include # include @@ -400,7 +400,7 @@ class WXDLLEXPORT wxDocParentFrame: public wxFrame public: wxDocParentFrame(wxDocManager *manager, wxFrame *frame, wxWindowID id, const wxString& title, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - long type = wxDEFAULT_FRAME, const wxString& name = "frame"); + long type = wxDEFAULT_FRAME_STYLE, const wxString& name = "frame"); // Extend event processing to search the document manager's event table virtual bool ProcessEvent(wxEvent& event);