]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextxml.h
only declare AddProcessCallback for wxMotif and wxGTK
[wxWidgets.git] / include / wx / richtext / richtextxml.h
index 5399ab5e3272aceb97c912bface3070a0e3ad08a..493511f802cb1f5ae96ff7f3ffd2dd9621552df3 100644 (file)
@@ -45,10 +45,10 @@ public:
     bool ImportStyleDefinition(wxRichTextStyleSheet* sheet, wxXmlNode* node);
 
     /// Create style parameters
-    wxString CreateStyle(const wxTextAttrEx& attr, bool isPara = false);
+    wxString CreateStyle(const wxTextAttr& attr, bool isPara = false);
 
     /// Get style parameters
-    bool GetStyle(wxTextAttrEx& attr, wxXmlNode* node, bool isPara = false);
+    bool GetStyle(wxTextAttr& attr, wxXmlNode* node, bool isPara = false);
 #endif
 
     /// Can we save using this handler?