]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.h
Yet another unused variable.
[lyx.git] / src / insets / InsetArgument.h
index f45c0ea0ad06200b8450a9be0a955ec744fa6e83..c57553474af8815571a794712edc6407058a1478 100644 (file)
@@ -39,7 +39,7 @@ private:
        /// code of the inset
        InsetCode lyxCode() const { return ARG_CODE; }
        ///
-       docstring name() const { return from_ascii("Argument"); }
+       docstring layoutName() const { return from_ascii("Argument"); }
        /// Standard LaTeX output -- short-circuited
        void latex(otexstream &, OutputParams const &) const;
        /// Standard plain text output -- short-circuited