mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
StaticAllocationFailureNodes are not stored in the pool
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
#include "allocation_failed_layout_node.h"
|
||||
#include "layout_reference.h"
|
||||
|
||||
TreeNode * LayoutNode::staticFailedAllocationStaticNode() {
|
||||
return LayoutRef::staticFailedAllocationStaticNode();
|
||||
TreeNode * LayoutNode::FailedAllocationStaticNode() {
|
||||
return LayoutRef::FailedAllocationStaticNode();
|
||||
}
|
||||
|
||||
void LayoutNode::draw() {
|
||||
|
||||
Reference in New Issue
Block a user