]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.C
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_diminset.C
index f3065be8e3a1ba825b46b06cd1f19ec7ea377617..6ea2b8231e676b6cf2dfd26b9dcdc47f39adaede 100644 (file)
@@ -1,8 +1,10 @@
+#include <config.h>
+
 #include "math_diminset.h"
 
 
 MathDimInset::MathDimInset()
-       : width_(0), ascent_(0), descent_(0)
+       : MathInset(), width_(0), ascent_(0), descent_(0)
 {}