X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffilexml.h;h=a701b649e0cc13352f0137f661131409ba8fc5af;hp=c6506f02d8e108ed030afbde35d33959a1e3ca2c;hb=7ead44762b23da404eee89b63e0474153fdf58a1;hpb=486c0ba74d53fd9e7bd72656dc7649567b654107 diff --git a/cinelerra-5.1/cinelerra/filexml.h b/cinelerra-5.1/cinelerra/filexml.h index c6506f02..a701b649 100644 --- a/cinelerra-5.1/cinelerra/filexml.h +++ b/cinelerra-5.1/cinelerra/filexml.h @@ -41,7 +41,7 @@ class XMLBuffer unsigned char *&demand(long len); public: XMLBuffer(long buf_size=0x1000, long max_size=LONG_MAX, int del=1); - XMLBuffer(long buf_size, const char *buf, int del=0); // writing + XMLBuffer(long buf_size, char *buf, int del=0); // writing XMLBuffer(const char *buf, long buf_size, int del=0); // reading ~XMLBuffer();