X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..97c58531bf6912d5b6214b4bd6298466ebcb87ca:/include/wx/generic/fdrepdlg.h diff --git a/include/wx/generic/fdrepdlg.h b/include/wx/generic/fdrepdlg.h index 1db7e96d7e..c287322134 100644 --- a/include/wx/generic/fdrepdlg.h +++ b/include/wx/generic/fdrepdlg.h @@ -5,13 +5,12 @@ // Modified by: // Created: 25/05/2001 // RCS-ID: -// Copyright: (c) wxWindows team +// Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(__APPLE__) - #pragma interface "genericfdrepdlg.h" -#endif +#ifndef _WX_GENERIC_FDREPDLG_H_ +#define _WX_GENERIC_FDREPDLG_H_ class WXDLLEXPORT wxCheckBox; class WXDLLEXPORT wxRadioBox; @@ -69,3 +68,4 @@ private: DECLARE_EVENT_TABLE() }; +#endif // _WX_GENERIC_FDREPDLG_H_