]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/notebook.h
fixed bug in WinStruct<> ctor
[wxWidgets.git] / include / wx / mac / notebook.h
index 316cb94f1bc9258cb2c4ef3e07acdb5ef65315e8..332dba491886394f7da9102b642d7468de85ee05 100644 (file)
@@ -48,14 +48,14 @@ public:
              const wxPoint& pos = wxDefaultPosition,
              const wxSize& size = wxDefaultSize,
              long style = 0,
-             const wxString& name = "notebook");
+             const wxString& name = wxT("notebook"));
     // Create() function
   bool Create(wxWindow *parent,
               wxWindowID id, 
               const wxPoint& pos = wxDefaultPosition,
               const wxSize& size = wxDefaultSize,
               long style = 0,
-              const wxString& name = "notebook");
+              const wxString& name = wxT("notebook"));
     // dtor
   ~wxNotebook();