mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[poincare] Make ParenthesisLayoutNode buffer static
This commit is contained in:
7
poincare/src/parenthesis_layout_node.cpp
Normal file
7
poincare/src/parenthesis_layout_node.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <poincare/parenthesis_layout_node.h>
|
||||
|
||||
namespace Poincare {
|
||||
|
||||
KDColor ParenthesisLayoutNode::s_parenthesisWorkingBuffer[];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user