]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.cpp
Fulfill promise to Andre: TextClass_ptr --> TextClassPtr.
[lyx.git] / src / TextClass.cpp
index e663a8ff30810ea82ed62d2081ceb9daecceb701..8aae1abe87667f081ba339f8327cb8a461266ccc 100644 (file)
@@ -1059,6 +1059,7 @@ InsetLayout const & TextClass::insetlayout(docstring const & name) const
        }
        static InsetLayout empty;
        empty.labelstring = from_utf8("UNDEFINED");
+       empty.bgcolor = Color::error;
        return empty;
 }