]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.h
This is intended to be a pure renaming of the Inset::name() routine,
[lyx.git] / src / insets / InsetWrap.h
index f533e6d0a3b8553da4c2d54dfbc54e9b78fea318..bdd084b0ef98cfaaaf89d72ad8a5e15cab6132b4 100644 (file)
@@ -83,7 +83,7 @@ private:
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
-       docstring name() const;
+       docstring layoutName() const;
        ///
        Inset * clone() const { return new InsetWrap(*this); }