summaryrefslogtreecommitdiff
path: root/src/library/math
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/math')
-rw-r--r--src/library/math/mod.rs2
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 {