]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/textdlgg.h
corrected the value of EUC_JP
[wxWidgets.git] / include / wx / generic / textdlgg.h
index f68bd873af5d08069d21889d177e6be457275e6f..e723081d024da4da450544711e2d23611a5090dc 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __TEXTDLGH_G__
 #define __TEXTDLGH_G__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "textdlgg.h"
 #endif
 
@@ -66,6 +66,7 @@ protected:
 private:
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxTextEntryDialog)
+    DECLARE_NO_COPY_CLASS(wxTextEntryDialog)
 };
 
 // ----------------------------------------------------------------------------