aboutsummaryrefslogtreecommitdiff
path: root/lvc/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lvc/src/lib.rs')
-rw-r--r--lvc/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lvc/src/lib.rs b/lvc/src/lib.rs
index d9fdfa3..33a8cfb 100644
--- a/lvc/src/lib.rs
+++ b/lvc/src/lib.rs
@@ -40,7 +40,7 @@ pub struct View {
#[derive(Debug, Clone, Encode, Decode)]
pub enum Block {
Lit(Vec<Pixel>),
- Split([Box<Block>; 2]),
+ Split(Box<Block>,Box<Block>),
Ref(Ref),
}