]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/fdrepdlg.h
Updated translations manual page with latest status given by the website translations...
[wxWidgets.git] / include / wx / generic / fdrepdlg.h
index 3a7bfdb38dbe7d7983ad8c04349529dd94ff1608..83c3e805ab12568df11514ed1cae0aff1390cc6b 100644 (file)
@@ -5,23 +5,22 @@
 // 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;
-class WXDLLEXPORT wxTextCtrl;
+class WXDLLIMPEXP_FWD_CORE wxCheckBox;
+class WXDLLIMPEXP_FWD_CORE wxRadioBox;
+class WXDLLIMPEXP_FWD_CORE wxTextCtrl;
 
 // ----------------------------------------------------------------------------
 // wxGenericFindReplaceDialog: dialog for searching / replacing text
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxGenericFindReplaceDialog : public wxFindReplaceDialogBase
+class WXDLLIMPEXP_CORE wxGenericFindReplaceDialog : public wxFindReplaceDialogBase
 {
 public:
     wxGenericFindReplaceDialog() { Init(); }
@@ -69,3 +68,4 @@ private:
     DECLARE_EVENT_TABLE()
 };
 
+#endif // _WX_GENERIC_FDREPDLG_H_