]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
tex2lyx: support for beraserif.sty
[lyx.git] / src / tex2lyx / tex2lyx.h
index 546c9211a8af3bf9b990730a2de5b425cf346c7a..83f75df07e92b96d178cd19090a417e6c5b1cf32 100644 (file)
@@ -166,7 +166,7 @@ extern bool noweb_mode;
 /// Did we recognize any pdflatex-only construct?
 extern bool pdflatex;
 /// LyX format that is created by tex2lyx
-int const LYX_FORMAT = 401;
+extern int const LYX_FORMAT;
 
 /// path of the master .tex file
 extern std::string getMasterFilePath();