]> git.lyx.org Git - lyx.git/blobdiff - src/Font.h
GuiWrap: make the optional options really optional by checkboxes in the dialog
[lyx.git] / src / Font.h
index f9b96204ebea6355a5b7b4baa00da0f43d5a5213..18544f171682ab978831e6d48acd1cbc77eeb34a 100644 (file)
 #ifndef FONT_H
 #define FONT_H
 
+#ifdef TEX2LYX
+#include "tex2lyx/Font.h"
+#else
+
 #include "Color.h"
 #include "support/docstream.h"
 
@@ -422,4 +426,5 @@ bool operator!=(Font const & font1, Font const & font2)
 
 } // namespace lyx
 
+#endif // TEX2LYX
 #endif