]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPhantom.cpp
Introduce a wrapper class for odocstream to help ensuring that no
[lyx.git] / src / insets / InsetPhantom.cpp
index 64f7799831f4fd77b8c6e23aacca806b4a69843c..27a68c0ba9e0c32ff48d45120e6a45021f67f8d5 100644 (file)
@@ -307,7 +307,7 @@ docstring InsetPhantom::toolTip(BufferView const &, int, int) const
 }
 
 
-int InsetPhantom::latex(odocstream & os, OutputParams const & runparams) const
+int InsetPhantom::latex(otexstream & os, OutputParams const & runparams) const
 {
        if (params_.type == InsetPhantomParams::Phantom)
                os << "\\phantom{";