]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPhantom.cpp
Better TOC output for XHTML, per Rob and Pavel.
[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));
 }