gift/10-libMRML_include_CAttributeList.h.gcc-4.1.patch

12 lines
504 B
Diff
Raw Normal View History

--- ../cvs-orig/gift/libMRML/include/CAttributeList.h 2006-02-28 13:48:22.000000000 +0000
+++ gift/libMRML/include/CAttributeList.h 2006-06-12 16:24:02.000000000 +0000
@@ -79,7 +79,7 @@
virtual pair<bool,string> stringReadAttribute(const string& inAttribute)const;
/** Outputting a string to XML
*/
- void CAttributeList::toXML(string& outString)const;
+ void toXML(string& outString)const;
/** the destructor
in the case of char* as content it deletes the arrays of char.
*/