]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listctrl.h
Implemented wxToplevelWindowMotif.
[wxWidgets.git] / include / wx / listctrl.h
index 7914d43ca40567dbec31ddaa973844cc8a5d5745..c57ee5ef676b68c19d86d408ed218b94cd86de4a 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_LISTCTRL_H_BASE_
 #define _WX_LISTCTRL_H_BASE_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "listctrlbase.h"
 #endif
 
@@ -44,7 +44,7 @@ public:
                 const wxSize& size = wxDefaultSize,
                 long style = wxLC_REPORT,
                 const wxValidator& validator = wxDefaultValidator,
-                const wxString &name = "listctrl" )
+                const wxString &name = wxT("listctrl") )
     {
         Create(parent, id, pos, size, style, validator, name);
     }