]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/listbox.h
pointer returned by GetNativeFontInfo() is now const and must not be deleted (replace...
[wxWidgets.git] / include / wx / gtk1 / listbox.h
index f9632f26b17c50229e19fd8ee7c7bf0ab1a741ca..3a91c721c78805291feb6aebd3eca58c114f6606 100644 (file)
 #ifndef __GTKLISTBOXH__
 #define __GTKLISTBOXH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "listbox.h"
 #endif
 
 #include "wx/list.h"
 
+class WXDLLIMPEXP_BASE wxSortedArrayString;
+
 //-----------------------------------------------------------------------------
 // wxListBox
 //-----------------------------------------------------------------------------