X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..81f2b2ee81ce76fdc826e2740713e6fbefbfd5b3:/include/wx/generic/fdrepdlg.h diff --git a/include/wx/generic/fdrepdlg.h b/include/wx/generic/fdrepdlg.h index 3a7bfdb38d..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(NO_GCC_PRAGMA) - #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_