summaryrefslogtreecommitdiffstats
path: root/WebCore/mathml/RenderMathMLOperator.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/mathml/RenderMathMLOperator.h')
-rw-r--r--WebCore/mathml/RenderMathMLOperator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/mathml/RenderMathMLOperator.h b/WebCore/mathml/RenderMathMLOperator.h
index 6566dd7..cc183c3 100644
--- a/WebCore/mathml/RenderMathMLOperator.h
+++ b/WebCore/mathml/RenderMathMLOperator.h
@@ -50,6 +50,7 @@ protected:
private:
int m_stretchHeight;
bool m_isStacked;
+ bool m_isCentered;
UChar m_operator;
};