]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/frame.h
move code from .h to .cpp to prevent Borland warning
[wxWidgets.git] / include / wx / frame.h
index bb19f5a4da893ca7644661354a6ea668b04676fb..2af6cd1d8dde76a80adf04e22d4c3dd7f0368a82 100644 (file)
@@ -16,7 +16,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "framebase.h"
 #endif