diff --git a/hyper.h b/hyper.h index ea9518a1..4dcd097a 100644 --- a/hyper.h +++ b/hyper.h @@ -4290,7 +4290,8 @@ inline void special_log(char c) { putchar(c); } struct logger : hstream { int indentation; - virtual void write_char(char c) { special_log(c); if(c == 10) for(int i=0; i