]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
Cocoa based Qt-4.6 needs to paint every character separately to match metrics computa...
[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); }