X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..19c4d91638c2546630c4427e39c02f5380a8bb87:/include/wx/palmos/fdrepdlg.h?ds=sidebyside diff --git a/include/wx/palmos/fdrepdlg.h b/include/wx/palmos/fdrepdlg.h index 63998397a9..b09971e0fd 100644 --- a/include/wx/palmos/fdrepdlg.h +++ b/include/wx/palmos/fdrepdlg.h @@ -1,17 +1,16 @@ ///////////////////////////////////////////////////////////////////////////// // 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 @@ -60,4 +59,4 @@ protected: DECLARE_NO_COPY_CLASS(wxFindReplaceDialog) }; - +#endif // _WX_PALMOS_FDREPDLG_H_