]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.C
further code uglification to make Jean-Marc's compiler happy
[lyx.git] / src / mathed / math_diminset.C
index f3065be8e3a1ba825b46b06cd1f19ec7ea377617..23a595639b18af9fd5342c3a90e283c948051efd 100644 (file)
@@ -2,7 +2,7 @@
 
 
 MathDimInset::MathDimInset()
-       : width_(0), ascent_(0), descent_(0)
+       : MathInset(), width_(0), ascent_(0), descent_(0)
 {}