]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
Better TOC output for XHTML, per Rob and Pavel.
[lyx.git] / src / insets / InsetBranch.h
index 18600aeedf2e1c54c92a7b6d313f3c468282606c..c51c728e4f1610a4ce2a070a2cd11087f6240e78 100644 (file)
@@ -109,7 +109,7 @@ private:
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
-       docstring name() const { return from_ascii("Branch"); }
+       docstring layoutName() const { return from_ascii("Branch"); }
        ///
        Inset * clone() const { return new InsetBranch(*this); }