X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetBranch.h;h=c51c728e4f1610a4ce2a070a2cd11087f6240e78;hb=bfddee97e191a853f0576f4fab3f095c4e9ce0de;hp=18600aeedf2e1c54c92a7b6d313f3c468282606c;hpb=d866717ef7503a1373dd1cb3925e1ac97b079192;p=lyx.git diff --git a/src/insets/InsetBranch.h b/src/insets/InsetBranch.h index 18600aeedf..c51c728e4f 100644 --- a/src/insets/InsetBranch.h +++ b/src/insets/InsetBranch.h @@ -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); }