]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/fdrepdlg.h
Implement basic support for virtual file systems for the ie backend. Registering...
[wxWidgets.git] / include / wx / palmos / fdrepdlg.h
index 90eebf11fdc59c12b34a7bdb26f49587d59d60d7..b6e66481d196bd4719408f71fb026fbb8c1bf56f 100644 (file)
@@ -9,11 +9,14 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#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
@@ -53,7 +56,7 @@ protected:
     wxFindReplaceDialogImpl *m_impl;
 
     DECLARE_DYNAMIC_CLASS(wxFindReplaceDialog)
-    DECLARE_NO_COPY_CLASS(wxFindReplaceDialog)
+    wxDECLARE_NO_COPY_CLASS(wxFindReplaceDialog);
 };
 
-
+#endif // _WX_PALMOS_FDREPDLG_H_