]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / debug.h
index cb3d87e799be8e3491cc64e050c492ea895bfcd1..d68a931af80d5ba0b4c3cdac146e4849da631451 100644 (file)
 #ifndef LYXDEBUG_H
 #define LYXDEBUG_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <iosfwd>
 
 #include "LString.h"
@@ -72,7 +68,9 @@ struct Debug {
                ///
                INSETTEXT  = (1 << 20),
                ///
-               GRAPHICS   = (1 << 21)
+               GRAPHICS   = (1 << 21),
+               /// change tracking
+               CHANGES    = (1 << 22)
        };
        ///
        static type const ANY;