[poincare] Make ParenthesisLayoutNode buffer static

This commit is contained in:
Léa Saviot
2018-07-26 14:14:11 +02:00
parent 6ae578b5aa
commit dbcd45e2b8
3 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#include <poincare/parenthesis_layout_node.h>
namespace Poincare {
KDColor ParenthesisLayoutNode::s_parenthesisWorkingBuffer[];
}