--- rxvt-unicode/src/init.C 2005/12/18 00:59:42 1.122 +++ rxvt-unicode/src/init.C 2005/12/21 10:35:47 1.123 @@ -460,7 +460,7 @@ #ifndef XTERM_REVERSE_VIDEO /* this is how we implement reverseVideo */ if (options & Opt_reverseVideo) - SWAP_IT (rs[Rs_color + Color_fg], rs[Rs_color + Color_bg], const char *); + ::swap (rs[Rs_color + Color_fg], rs[Rs_color + Color_bg]); #endif /* convenient aliases for setting fg/bg to colors */