]> git.lyx.org Git - lyx.git/blobdiff - src/ErrorList.cpp
Do not let cursor overlap with inserted graphics.
[lyx.git] / src / ErrorList.cpp
index 1613ce7e611259843d920b9c261f4af09d474cff..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), buffer(0)
+       : start(TexRow::text_none), end(TexRow::text_none), buffer(nullptr)
 {}