]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
Fix bug #7212: Paragraph::forToc has to include the labelString.
[lyx.git] / src / TextClass.h
index fe68ceae78a8286c9d886b3f53799071cbe257a7..f3d2197278b4617562ceea27195ef2acd25a94fd 100644 (file)
@@ -480,6 +480,9 @@ private:
 /// convert page sides option to text 1 or 2
 std::ostream & operator<<(std::ostream & os, PageSides p);
 
+/// current format of layout files
+extern int const LAYOUT_FORMAT;
+
 
 } // namespace lyx