Index: Draw.h =================================================================== RCS file: /tmp/uppcvs/uppsrc/Draw/Draw.h,v retrieving revision 1.1.1.1 diff -b -u -r1.1.1.1 Draw.h --- Draw.h 18 Jan 2006 13:38:53 -0000 1.1.1.1 +++ Draw.h 18 Jan 2006 14:17:38 -0000 @@ -839,7 +839,7 @@ void Clear() { data.Clear(); size = Null; } - void Append(Drawing& dw); + void Append(const Drawing& dw); void Serialize(Stream& s); Index: Drawing.cpp =================================================================== RCS file: /tmp/uppcvs/uppsrc/Draw/Drawing.cpp,v retrieving revision 1.1.1.1 diff -b -u -r1.1.1.1 Drawing.cpp --- Drawing.cpp 18 Jan 2006 13:38:53 -0000 1.1.1.1 +++ Drawing.cpp 18 Jan 2006 14:17:58 -0000 @@ -699,7 +699,7 @@ return GetRatioSize(GetSize(), cx, cy); } -void Drawing::Append(Drawing& dw) +void Drawing::Append(const Drawing& dw) { if(IsNull(size)) size = dw.size;