]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/fdrepdlg.h
pch-less compilation fix for r55285
[wxWidgets.git] / include / wx / palmos / fdrepdlg.h
index 90eebf11fdc59c12b34a7bdb26f49587d59d60d7..e28870f29ae9963ec67c63b96fc029fa02b6689b 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
@@ -56,4 +59,4 @@ protected:
     DECLARE_NO_COPY_CLASS(wxFindReplaceDialog)
 };
 
-
+#endif // _WX_PALMOS_FDREPDLG_H_