X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FErrorList.cpp;h=7022c7bcf50a6ca59f5d41c4d3f2c4b1ade26953;hb=0e4ca9aa88eb7b9351bb563dcd2df59c15744aa5;hp=9b6fe240d261d238188f8401b61f6ce0140fe9c2;hpb=e1492a3ab175588198664c803bf50188439937e7;p=lyx.git diff --git a/src/ErrorList.cpp b/src/ErrorList.cpp index 9b6fe240d2..7022c7bcf5 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(nullptr) {}