diff options
Diffstat (limited to 'src/library/insert.rs')
| -rw-r--r-- | src/library/insert.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library/insert.rs b/src/library/insert.rs index 7d95afe3..8d60927a 100644 --- a/src/library/insert.rs +++ b/src/library/insert.rs @@ -83,8 +83,8 @@ impl Layout for NodeImage { } } -impl From<NodeImage> for Node { +impl From<NodeImage> for NodeAny { fn from(image: NodeImage) -> Self { - Self::any(image) + Self::new(image) } } |
