]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.h
Better TOC output for XHTML, per Rob and Pavel.
[lyx.git] / src / insets / InsetERT.h
index 416dffbf31c17688fffc038958df41e399acc021..83ac11cf58c97b051a33d58442263f36c99ee5df 100644 (file)
@@ -44,7 +44,7 @@ private:
        ///
        InsetCode lyxCode() const { return ERT_CODE; }
        ///
-       docstring name() const { return from_ascii("ERT"); }
+       docstring layoutName() const { return from_ascii("ERT"); }
        ///
        void write(std::ostream & os) const;
        ///