]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.h
Choose a delimiter for lstinline (braces can not be used for some listings version)
[lyx.git] / src / insets / InsetWrap.h
index 93f875de1d987dfcea88e446f25823c49f9b1577..13619f6afe48ba21618d532906848baa9c323f8b 100644 (file)
@@ -77,7 +77,7 @@ protected:
        ///
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
-       virtual docstring insetName() const { return name_; }
+       virtual docstring name() const { return name_; }
 private:
        virtual std::auto_ptr<Inset> doClone() const;