Richard Heck wrote:
What do I need to #include to get things like:
lyxerr[DEBUG::gui] <<
to work?


#include "debug.h"

and i think that these days it is

lyxerr(DEBUG::gui) <<

Reply via email to