]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPhantom.cpp
Cocoa based Qt-4.6 needs to paint every character separately to match metrics computa...
[lyx.git] / src / insets / InsetPhantom.cpp
index 54aa4abd5c5378dfa9e5598aee5b2abc484bc606..9e3808f0e7ca38d1d9bc4f333fc5411ac3360145 100644 (file)
@@ -126,7 +126,7 @@ InsetPhantom::~InsetPhantom()
 }
 
 
-docstring InsetPhantom::name() const 
+docstring InsetPhantom::layoutName() const
 {
        return from_ascii("Phantom:" + phantomtranslator().find(params_.type));
 }