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