]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
tex2lyx: support for beraserif.sty
[lyx.git] / src / tex2lyx / tex2lyx.h
index 04d366f01c1686915a819b2a9c576e482b89e36c..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 = 410;
+extern int const LYX_FORMAT;
 
 /// path of the master .tex file
 extern std::string getMasterFilePath();