X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..e33cedf4c66f02c8a075ef1471d70661ca03a316:/include/wx/generic/fdrepdlg.h?ds=sidebyside diff --git a/include/wx/generic/fdrepdlg.h b/include/wx/generic/fdrepdlg.h index 1db7e96d7e..69ae0d1ebc 100644 --- a/include/wx/generic/fdrepdlg.h +++ b/include/wx/generic/fdrepdlg.h @@ -1,27 +1,26 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/msw/fdrepdlg.h +// Name: wx/generic/fdrepdlg.h // Purpose: wxGenericFindReplaceDialog class // Author: Markus Greither // Modified by: // Created: 25/05/2001 -// RCS-ID: -// Copyright: (c) wxWindows team +// RCS-ID: $Id$ +// Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(__APPLE__) - #pragma interface "genericfdrepdlg.h" -#endif +#ifndef _WX_GENERIC_FDREPDLG_H_ +#define _WX_GENERIC_FDREPDLG_H_ -class WXDLLEXPORT wxCheckBox; -class WXDLLEXPORT wxRadioBox; -class WXDLLEXPORT wxTextCtrl; +class WXDLLIMPEXP_FWD_CORE wxCheckBox; +class WXDLLIMPEXP_FWD_CORE wxRadioBox; +class WXDLLIMPEXP_FWD_CORE wxTextCtrl; // ---------------------------------------------------------------------------- // wxGenericFindReplaceDialog: dialog for searching / replacing text // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxGenericFindReplaceDialog : public wxFindReplaceDialogBase +class WXDLLIMPEXP_CORE wxGenericFindReplaceDialog : public wxFindReplaceDialogBase { public: wxGenericFindReplaceDialog() { Init(); } @@ -69,3 +68,4 @@ private: DECLARE_EVENT_TABLE() }; +#endif // _WX_GENERIC_FDREPDLG_H_