X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FErrorList.cpp;h=1613ce7e611259843d920b9c261f4af09d474cff;hb=51239977c5a7cfec9ede5894218883e8f09cb23f;hp=9b6fe240d261d238188f8401b61f6ce0140fe9c2;hpb=e1492a3ab175588198664c803bf50188439937e7;p=lyx.git diff --git a/src/ErrorList.cpp b/src/ErrorList.cpp index 9b6fe240d2..1613ce7e61 100644 --- a/src/ErrorList.cpp +++ b/src/ErrorList.cpp @@ -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) {}