]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
Forgot to restore this before committing 18494. This fixes bug 3725.
[lyx.git] / src / insets / InsetBranch.h
index f6f90dbe98948a907a4daccc35ddc8855de25a20..682e8ffd3983225d7633964ee6a27330fc8c48e4 100644 (file)
@@ -85,7 +85,7 @@ protected:
        ///
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
-       docstring insetName() const { return from_ascii("Branch"); }
+       docstring name() const { return from_ascii("Branch"); }
 private:
        friend class InsetBranchParams;