]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_symbolinset.C
infrastructure for requiring "amssymb".
[lyx.git] / src / mathed / math_symbolinset.C
index 8b7fc8d546b5595cfa054c32c560f0f9dd9af179..f2f0f5c6a2273a88990a9af1558fd148f7c4a4ff 100644 (file)
@@ -183,3 +183,8 @@ void MathSymbolInset::infoize(std::ostream & os) const
 }
 
 
+void MathSymbolInset::validate(LaTeXFeatures & features) const
+{
+       // if (...)
+       //      features.require("amssymb");
+}