]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.cpp
Phantom is fragile (#9456)
[lyx.git] / src / insets / InsetRef.cpp
index 5ac6b469665bbc0bfd4bf734d8178ebe7e136ee9..bd6b2ecfec204952e81dd455d152a3bd4bad227a 100644 (file)
@@ -140,8 +140,8 @@ docstring InsetRef::getEscapedLabel(OutputParams const & rp) const
 
 void InsetRef::latex(otexstream & os, OutputParams const & rp) const
 {
-       string const cmd = getCmdName();
-       docstring const data = getEscapedLabel(rp);
+       string const cmd = getCmdName();
+       docstring const data = getEscapedLabel(rp);
 
        if (rp.inulemcmd > 0)
                os << "\\mbox{";