]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCollapsable.h
InsetListings: change the interface of diaplay function and allow AlignLeft. Applied...
[lyx.git] / src / insets / InsetCollapsable.h
index 42160baaf8bd6edd52ef07970885834e5fb2f6c9..1ffd52a325c6ad1abd311124a28ba6ad73ea503a 100644 (file)
@@ -44,7 +44,7 @@ public:
        ///
        InsetCollapsable(InsetCollapsable const & rhs);
        ///
-       docstring insetName() const { return from_ascii("Collapsable"); }
+       docstring name() const { return from_ascii("Collapsable"); }
        ///
        void read(Buffer const &, Lexer &);
        ///