]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.h
InsetListings: change the interface of diaplay function and allow AlignLeft. Applied...
[lyx.git] / src / insets / InsetQuotes.h
index 6145999a6d0cefbc7ca1fc149c15d38f25876ad8..9d6dbc9731db5c8ce134fb6346f40e339373dc6d 100644 (file)
@@ -74,7 +74,7 @@ public:
        /// Direct access to inner/outer quotation marks
        InsetQuotes(char_type c, quote_language l, quote_times t);
        ///
-       docstring insetName() const { return from_ascii("Quotes"); }
+       docstring name() const { return from_ascii("Quotes"); }
        ///
        bool metrics(MetricsInfo &, Dimension &) const;
        ///