]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPhantom.cpp
Fix two thinkos caught by the cppcheck script.
[lyx.git] / src / mathed / InsetMathPhantom.cpp
index cd4ae451cfdcf7b594302ddd5c392b4171358441..b8c965b21cfde45139b45abc08e6d6e2d654d7e3 100644 (file)
@@ -346,7 +346,7 @@ void InsetMathPhantom::validate(LaTeXFeatures & features) const
 
 bool InsetMathPhantom::visibleContents() const 
 { 
-       return kind_ == phantom || kind_ == vphantom || kind_ == vphantom;
+       return kind_ == phantom || kind_ == vphantom || kind_ == hphantom;
 }