mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-30 04:00:02 +02:00
[poincare] Rename ParenthesisRightLayout into RightParenthesisLayout
Change-Id: I4f104d5a214c98024ad2e0a0bb2f5ffe63c92495
This commit is contained in:
@@ -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] == ']') {
|
||||
|
||||
Reference in New Issue
Block a user