]> git.saurik.com Git - wxWidgets.git/blobdiff - user/wxLayout/wxlparser.h
Added wxTheApp = this; to wxApp::wxApp for wxPython
[wxWidgets.git] / user / wxLayout / wxlparser.h
index c59b7dc1893fcc1f57fc10228066345b21c339f5..b1a0f68409764e801697ffb31c6232e2e6207061 100644 (file)
@@ -36,7 +36,7 @@ struct wxLayoutExportObject
    wxLayoutExportType type;
    union
    {
-      wxString           *text;
+      String           *text;
       wxLayoutObjectBase *object;
    }content;
    ~wxLayoutExportObject()
@@ -47,7 +47,7 @@ struct wxLayoutExportObject
 };
 
 /// import text into a wxLayoutList (including linefeeds):
-void wxLayoutImportText(wxLayoutList &list, wxString const &str);
+void wxLayoutImportText(wxLayoutList &list, String const &str);
 
 
 wxLayoutExportObject *wxLayoutExport(wxLayoutList &list,