X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..c3c62822fdda9d340179dec663a806e905882cc9:/include/wx/msw/fdrepdlg.h?ds=sidebyside diff --git a/include/wx/msw/fdrepdlg.h b/include/wx/msw/fdrepdlg.h index 1a8c1ee357..f7874715e4 100644 --- a/include/wx/msw/fdrepdlg.h +++ b/include/wx/msw/fdrepdlg.h @@ -9,9 +9,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "mswfdrepdlg.h" -#endif +#ifndef _WX_MSW_FDREPDLG_H_ +#define _WX_MSW_FDREPDLG_H_ // ---------------------------------------------------------------------------- // wxFindReplaceDialog: dialog for searching / replacing text @@ -39,7 +38,7 @@ public: wxFindReplaceDialogImpl *GetImpl() const { return m_impl; } // override some base class virtuals - virtual bool Show(bool show = TRUE); + virtual bool Show(bool show = true); virtual void SetTitle( const wxString& title); virtual wxString GetTitle() const; @@ -60,4 +59,4 @@ protected: DECLARE_NO_COPY_CLASS(wxFindReplaceDialog) }; - +#endif // _WX_MSW_FDREPDLG_H_