]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.h
Polish the Toc and labels updating when loading a child document.
[lyx.git] / src / insets / InsetERT.h
index 7aafd6bd8f7fe19f3ee6ba2862004a1c754d8f43..ba448b9aa8ebb8ce7ce3cbdab0fba4e69569aae5 100644 (file)
@@ -44,7 +44,7 @@ public:
        ///
        Inset::Code lyxCode() const { return Inset::ERT_CODE; }
        ///
-       docstring insetName() const { return from_ascii("ERT"); }
+       docstring name() const { return from_ascii("ERT"); }
        ///
        void write(Buffer const & buf, std::ostream & os) const;
        ///
@@ -58,7 +58,7 @@ public:
                  OutputParams const &) const;
        ///
        int plaintext(Buffer const &, odocstream &,
-                     OutputParams const &) const;
+                     OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &,
                    OutputParams const &) const;