X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bef8d4810dfdcf328fe4a2949c3543b38aee8bd5..a5b8e8bf1828cbf3f01800e33ab32699758468b6:/include/wx/access.h

diff --git a/include/wx/access.h b/include/wx/access.h
index 978987ed9d..8b33289c74 100644
--- a/include/wx/access.h
+++ b/include/wx/access.h
@@ -12,7 +12,7 @@
 #ifndef _WX_ACCESSBASE_H_
 #define _WX_ACCESSBASE_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "accessbase.h"
 #endif
 
@@ -349,7 +349,7 @@ public:
 
 // Operations
 
-        // Each wxAccessible implementation must define this
+        // Each platform's implementation must define this
     // static void NotifyEvent(int eventType, wxWindow* window, wxAccObject objectType,
     //                         int objectId);