On 05/04/2015 09:45 PM, Peter Crosthwaite wrote:
> -    explicit QEMUDisassembler(FILE *stream) : stream_(stream) { }
> +    explicit QEMUDisassembler() { }

The explicit is no longer helpful, and I'd still initialize stream_ to null.


r~

Reply via email to