Initialize pointer class member

Found by coverity.
This commit is contained in:
Jean-Marc Lasgouttes 2017-03-01 16:34:01 +01:00
parent 9251a360a9
commit f52325f051

View File

@ -32,7 +32,7 @@ ErrorItem::ErrorItem(docstring const & error_, docstring const & description_,
ErrorItem::ErrorItem()
: start(TexRow::text_none), end(TexRow::text_none)
: start(TexRow::text_none), end(TexRow::text_none), buffer(0)
{}