X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..22188d7396b885721afb6214377a88708910b22b:/include/wx/palmos/fdrepdlg.h?ds=sidebyside diff --git a/include/wx/palmos/fdrepdlg.h b/include/wx/palmos/fdrepdlg.h index 90eebf11fd..e28870f29a 100644 --- a/include/wx/palmos/fdrepdlg.h +++ b/include/wx/palmos/fdrepdlg.h @@ -9,11 +9,14 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#ifndef _WX_PALMOS_FDREPDLG_H_ +#define _WX_PALMOS_FDREPDLG_H_ + // ---------------------------------------------------------------------------- // wxFindReplaceDialog: dialog for searching / replacing text // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxFindReplaceDialog : public wxFindReplaceDialogBase +class WXDLLIMPEXP_CORE wxFindReplaceDialog : public wxFindReplaceDialogBase { public: // ctors and such @@ -56,4 +59,4 @@ protected: DECLARE_NO_COPY_CLASS(wxFindReplaceDialog) }; - +#endif // _WX_PALMOS_FDREPDLG_H_