]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracinset.C
everything is an inset. sizeof(MathInset) == 36 on IA32
[lyx.git] / src / mathed / math_fracinset.C
index 2f195276fa503f6b0d2c30715ba41577bcf666c0..911cc3394ee0632445077bdd03c57e65e0f814b0 100644 (file)
@@ -9,7 +9,7 @@
 
 
 MathFracInset::MathFracInset(string const & name)
-       : MathInset(2, name)
+       : MathNestInset(2, name)
 {}