X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20ceebaa878e9fb54e678c6498aeaeeaae9f0590..8e77fd8bca165aab9709649d79a7cbc6a172d4e1:/include/wx/generic/fdrepdlg.h diff --git a/include/wx/generic/fdrepdlg.h b/include/wx/generic/fdrepdlg.h index c287322134..69ae0d1ebc 100644 --- a/include/wx/generic/fdrepdlg.h +++ b/include/wx/generic/fdrepdlg.h @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/msw/fdrepdlg.h +// Name: wx/generic/fdrepdlg.h // Purpose: wxGenericFindReplaceDialog class // Author: Markus Greither // Modified by: // Created: 25/05/2001 -// RCS-ID: +// RCS-ID: $Id$ // Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -12,15 +12,15 @@ #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(); }