]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/choice.h
Fix for drag object bug
[wxWidgets.git] / include / wx / choice.h
index a86635b0807a1bf37c694524d59633fd9bdf75ad..3a95d2eff07f967bf7a174b196894638f4a0d173 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     26.07.99
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows team
+// Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -16,7 +16,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "choicebase.h"
 #endif