]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_deliminset.C
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / math_deliminset.C
index 7832ddbab68221932db976e012df74edf52bc324..1e179f8bed40c726f8f774682688f531f15dce09 100644 (file)
@@ -115,7 +115,7 @@ void MathDelimInset::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-bool MathDelimInset::isParanthesis() const
+bool MathDelimInset::isParenthesis() const
 {
        return left_ == "(" && right_ == ")";
 }