blob: 894f3003bb77d5375d10362f41ab20836ca76961 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/lsmmathmlutils.h
+++ b/src/lsmmathmlutils.h
@@ -35,7 +35,7 @@
gboolean is_defined;
} LsmMathmlBbox;
-const LsmMathmlBbox lsm_mathml_bbox_null;
+extern const LsmMathmlBbox lsm_mathml_bbox_null;
void lsm_mathml_bbox_add_horizontally (LsmMathmlBbox *bbox, const LsmMathmlBbox *new_bbox);
void lsm_mathml_bbox_add_over (LsmMathmlBbox *self, const LsmMathmlBbox *bbox);
|