]> git.lyx.org Git - lyx.git/blobdiff - src/Changes.h
Remove wmf2eps as EMF > EPS converter
[lyx.git] / src / Changes.h
index f2fa1a4d9f0b9fe7326069d4cd8dc354b8b884f9..5bded171ac5c5d5bce5d2c6596b38610f2629456 100644 (file)
@@ -29,10 +29,11 @@ namespace lyx {
 class AuthorList;
 class Buffer;
 class DocIterator;
+class FontInfo;
 class OutputParams;
 class otexstream;
 class PainterInfo;
-class FontInfo;
+class TocBackend;
 
 
 class Change {
@@ -137,7 +138,7 @@ public:
 
        ///
        void addToToc(DocIterator const & cdit, Buffer const & buffer,
-               bool output_active) const;
+                     bool output_active, TocBackend & backend) const;
 
        ///
        void updateBuffer(Buffer const & buf);