diff options
Diffstat (limited to 'library/src/math')
| -rw-r--r-- | library/src/math/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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() } |
