On Thursday 23 May 2002 7:55 am, John Levon wrote: > Take 2. This one will actually produce a useful diff for the next stage. > > Again, no logic changes. Please apply to trunk > > thanks > john
THis is a bit lazy isn't it: diff -N src/frontends/Painter.h ... +#ifndef PAINTERBASE_H +#define PAINTERBASE_H The file has been renamed, so so should the ifdef... Ditto diff -N src/frontends/xforms/XPainter.h ... +#ifndef PAINTER_H +#define PAINTER_H And while you're at it, I thought you were the one requesting the new-style headers. Angus (who's grumpy because he is completely unable to compile cvs at all as his compiler doesn't support tempatised return types and boost uses them extensively on purpose to piss him off. Request for new compiler please.)