--- rxvt-unicode/src/rxvtutil.h 2012/05/24 13:08:08 1.52 +++ rxvt-unicode/src/rxvtutil.h 2012/05/24 15:03:47 1.53 @@ -112,13 +112,13 @@ free (p); } - void reset (T *a) + // void because it makes sense in our context + void operator = (T *a) { free (p); p = a; } - // void because it makes sense in our context void operator = (auto_ptr &a) { *this = a.p;