diff options
Diffstat (limited to 'src/library/math/mod.rs')
| -rw-r--r-- | src/library/math/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/math/mod.rs b/src/library/math/mod.rs index b43db22e..f20d6543 100644 --- a/src/library/math/mod.rs +++ b/src/library/math/mod.rs @@ -11,7 +11,7 @@ pub struct MathNode { pub display: bool, } -#[class] +#[node(showable)] impl MathNode { fn construct(_: &mut Context, args: &mut Args) -> TypResult<Content> { Ok(Content::show(Self { |
