From 0a41844cc4e645e87fe48aa31ed3a4fd40a6ab11 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 7 Nov 2022 14:30:50 +0100 Subject: Selectors --- library/src/math/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/math') diff --git a/library/src/math/mod.rs b/library/src/math/mod.rs index 0fad2939..a89b4953 100644 --- a/library/src/math/mod.rs +++ b/library/src/math/mod.rs @@ -39,7 +39,7 @@ impl MathNode { } impl Show for MathNode { - fn unguard_parts(&self, _: Selector) -> Content { + fn unguard_parts(&self, _: RecipeId) -> Content { self.clone().pack() } -- cgit v1.2.3