]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fontinset.C
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_fontinset.C
index a8d183a437fc31ed811496f03027ffb67842d970..9a288afd7364f98b85e091426d242cbb0e2f802c 100644 (file)
@@ -1,8 +1,5 @@
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_fontinset.h"
 #include "math_mathmlstream.h"
@@ -72,6 +69,7 @@ string MathFontInset::name() const
 
 void MathFontInset::validate(LaTeXFeatures & features) const
 {
+       MathNestInset::validate(features);
        // Make sure amssymb is put in preamble if Blackboard Bold or
        // Fraktur used:
        if (key_->name == "mathfrak" || key_->name == "mathbb")