X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..7737e2fd004685a23b18035545e3ed46515aab8a:/include/wx/palmos/fdrepdlg.h diff --git a/include/wx/palmos/fdrepdlg.h b/include/wx/palmos/fdrepdlg.h index 63998397a9..e28870f29a 100644 --- a/include/wx/palmos/fdrepdlg.h +++ b/include/wx/palmos/fdrepdlg.h @@ -1,23 +1,22 @@ ///////////////////////////////////////////////////////////////////////////// // Name: wx/palmos/fdrepdlg.h // Purpose: wxFindReplaceDialog class -// Author: William Osborne +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "mswfdrepdlg.h" -#endif +#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 @@ -60,4 +59,4 @@ protected: DECLARE_NO_COPY_CLASS(wxFindReplaceDialog) }; - +#endif // _WX_PALMOS_FDREPDLG_H_