> > struct QmpOutputVisitor > > { > > Visitor visitor; > > - QStack stack; /* Stack of containers that haven't yet been finished */ > > + QSLIST_HEAD(, QStackEntry) stack; /* Stack of containers that haven't > > yet been finished */ > > Long line. I'll squash in Eric's proposed fix on commit if you don't > mind: > > QSLIST_HEAD(...); /* Stack of unfinished containers */
Yes, of course, sorry for forgetting about it. Paolo