]> git.lyx.org Git - lyx.git/blobdiff - src/FontList.h
saner borderline between buffer and exporter
[lyx.git] / src / FontList.h
index e99c4a9fa5839c1472d782b3c0937be591dafb6b..c5882a763518285c587c9a0aa02b0423c1b2fe52 100644 (file)
@@ -62,6 +62,8 @@ private:
        Font font_;
 };
 
+class LaTeXFeatures;
+
 ///
 class FontList
 {
@@ -109,6 +111,9 @@ public:
                int len ///< length of the range to check.
                ) const;
 
+       ///
+       void validate(LaTeXFeatures & features) const;
+
 private:
        ///
        List list_;