]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fdrepdlg.h
Fix for unhiding the other version of the base class HitTest
[wxWidgets.git] / include / wx / fdrepdlg.h
index d5688d5090a3f127e2e19acc5d14b441c256aba8..9f047c2672eee25159323c7fe25e3a82ae5cbcb5 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_FINDREPLACEDLG_H_
 #define _WX_FINDREPLACEDLG_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "fdrepdlg.h"
 #endif
 
@@ -133,7 +133,6 @@ protected:
     #include "wx/msw/fdrepdlg.h"
 #else
     #define wxGenericFindReplaceDialog wxFindReplaceDialog
-    #define sm_classwxGenericFindReplaceDialog sm_classwxFindReplaceDialog
 
     #include "wx/generic/fdrepdlg.h"
 #endif