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 9709c00c..ad01f28a 100644
--- a/src/library/math/mod.rs
+++ b/src/library/math/mod.rs
@@ -40,7 +40,7 @@ impl Show for MathNode {
Self { formula: self.formula.clone(), ..*self }.pack()
}
- fn encode(&self) -> Dict {
+ fn encode(&self, _: StyleChain) -> Dict {
dict! {
"formula" => Value::Str(self.formula.clone()),
"display" => Value::Bool(self.display)