X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FContext.cpp;h=f28911a3c55884b12573cc130bd0b96fa2cc284d;hb=20663fb3b8ef5d3e3b3fbe9fba25feae7f2f08e4;hp=5112401b08ad408fa0dafdf6b72bc72875282f0e;hpb=766eb3f02c69ef3fea1845b53a153bfbe9e5f55a;p=lyx.git diff --git a/src/tex2lyx/Context.cpp b/src/tex2lyx/Context.cpp index 5112401b08..f28911a3c5 100644 --- a/src/tex2lyx/Context.cpp +++ b/src/tex2lyx/Context.cpp @@ -85,7 +85,7 @@ Context::Context(bool need_layout_, new_layout_allowed(true), merging_hyphens_allowed(true), textclass(textclass_), layout(layout_), parent_layout(parent_layout_), - font(font_), rotlongtable(false) + font(font_), tablerotation(0) { if (!layout) layout = &textclass.defaultLayout();