StaticAllocationFailureNodes are not stored in the pool

This commit is contained in:
Léa Saviot
2018-06-29 15:30:40 +02:00
parent 8117e73561
commit a4471e1570
13 changed files with 68 additions and 32 deletions

View File

@@ -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() {