]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLine.cpp
Change tracking cue: InsetText and InsetCollapsible
[lyx.git] / src / insets / InsetLine.cpp
index 95cd089c403f76347617631df8e1cde51246358d..087dba7df2cc8a8fa429d4aaae2f4fec39d2f7dd 100644 (file)
@@ -45,7 +45,7 @@ using frontend::Painter;
 
 
 InsetLine::InsetLine(Buffer * buf, InsetCommandParams const & p)
-       : InsetCommand(buf, p)
+       : InsetCommand(buf, p), height_(0), offset_(0)
 {}