]> git.lyx.org Git - lyx.git/blobdiff - src/Row.cpp
Extend LATEXIFY command param handling and add literal param.
[lyx.git] / src / Row.cpp
index 16ce90d473175e44902d90642cc8c6f55b3c4dc3..53f04ddb038b654a65aceabe66d4eb60076200be 100644 (file)
@@ -164,7 +164,7 @@ Row::Row()
          sel_beg(-1), sel_end(-1),
          begin_margin_sel(false), end_margin_sel(false),
          changed_(false), crc_(0),
-         pit_(0), pos_(0), end_(0), right_boundary_(false)
+         pit_(0), pos_(0), end_(0), right_boundary_(false), flushed_(false)
 {}