X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dabbc6a5a1795d169f26ce95927f3e4f1a5e7b7e..b220b1a2c8aeb6cf8f74ea7b3c354241b0a4f222:/include/wx/generic/logg.h diff --git a/include/wx/generic/logg.h b/include/wx/generic/logg.h index 16418df233..c506e327f9 100644 --- a/include/wx/generic/logg.h +++ b/include/wx/generic/logg.h @@ -12,10 +12,6 @@ #ifndef _WX_LOGG_H_ #define _WX_LOGG_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "logg.h" -#endif - #if wxUSE_GUI // ---------------------------------------------------------------------------- @@ -88,7 +84,7 @@ protected: class WXDLLEXPORT wxLogWindow : public wxLogPassThrough { public: - wxLogWindow(wxFrame *pParent, // the parent frame (can be NULL) + wxLogWindow(wxWindow *pParent, // the parent frame (can be NULL) const wxChar *szTitle, // the title of the frame bool bShow = true, // show window immediately? bool bPassToOld = true); // pass messages to the old target?