[poincare] Rename ParenthesisRightLayout into RightParenthesisLayout

Change-Id: I4f104d5a214c98024ad2e0a0bb2f5ffe63c92495
This commit is contained in:
Léa Saviot
2018-04-19 15:07:04 +02:00
parent dfd34cbd04
commit 16fa9a0975
9 changed files with 26 additions and 26 deletions

View File

@@ -176,7 +176,7 @@ void ExpressionLayoutCursor::insertText(const char * text) {
pointedChild = newChild;
}
} else if (text[i] == ')') {
newChild = new ParenthesisRightLayout();
newChild = new RightParenthesisLayout();
} else if (text[i] == '[') {
newChild = new BracketLeftLayout();
} else if (text[i] == ']') {