]> git.lyx.org Git - lyx.git/blobdiff - src/Font.h
* make it compile
[lyx.git] / src / Font.h
index 48258b97e5c53fc814bfe911470aad88673f4948..6cd84e53b92147360438329b78536285741e7a15 100644 (file)
@@ -28,6 +28,7 @@ namespace lyx {
 class Lexer;
 class BufferParams;
 class Language;
+class LaTeXFeatures;
 class OutputParams;
 
 ///
@@ -321,6 +322,9 @@ public:
        ///
        Color_color realColor() const;
 
+       ///
+       void validate(LaTeXFeatures & features) const;
+
        ///
        friend
        bool operator==(Font const & font1, Font const & font2);