]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.cpp
Update it.po
[lyx.git] / src / TextClass.cpp
index 20416ee376612101c8eaf75d7cf0055fc8f1fdaf..3a9ba6c664d2fe700e152c6255228403c95752cd 100644 (file)
 #include <fstream>
 #include <sstream>
 
+#ifdef ERROR
+#undef ERROR
+#endif
+
 using namespace std;
 using namespace lyx::support;
 
@@ -62,7 +66,7 @@ private:
 };
 
 // Keep the changes documented in the Customization manual. 
-int const FORMAT = 17;
+int const FORMAT = 18;
 
 
 bool layout2layout(FileName const & filename, FileName const & tempfile)