]> git.lyx.org Git - lyx.git/blobdiff - src/ErrorList.cpp
GuiLyXFiles: Hide empty categories on filtering (#12584)
[lyx.git] / src / ErrorList.cpp
index 9b6fe240d261d238188f8401b61f6ce0140fe9c2..7022c7bcf50a6ca59f5d41c4d3f2c4b1ade26953 100644 (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(nullptr)
 {}