]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLayout.cpp
Change string
[lyx.git] / src / insets / InsetLayout.cpp
index 6cc9d278351f7e5ef3d773b76cb86686c5b556f2..900881764999652e943c0921b78d7da58145bfc8 100644 (file)
@@ -29,6 +29,7 @@ namespace lyx {
 
 InsetLayout::InsetLayout() :
        name_(from_ascii("undefined")), labelstring_(from_ascii("UNDEFINED")),
+       decoration_(InsetLayout::Default),
        font_(sane_font), labelfont_(sane_font), bgcolor_(Color_error), 
        multipar_(false), passthru_(false), needprotect_(false),
        freespacing_(false), keepempty_(false), forceltr_(false)