X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FErrorList.cpp;h=7022c7bcf50a6ca59f5d41c4d3f2c4b1ade26953;hb=5be391b274f2cbf4a1da03bc5ee2136cb6c4e660;hp=1613ce7e611259843d920b9c261f4af09d474cff;hpb=f52325f051c62774f3c74460084398b759f2e9b9;p=lyx.git diff --git a/src/ErrorList.cpp b/src/ErrorList.cpp index 1613ce7e61..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), buffer(0) + : start(TexRow::text_none), end(TexRow::text_none), buffer(nullptr) {}