]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
more changes, read the Changelog
[lyx.git] / src / debug.h
index b854283af0aea63657018ab047a185cf8b044a42..8f787f728c4c605f0d274b2c7ccc93d4838cf30b 100644 (file)
@@ -50,14 +50,16 @@ struct Debug {
                ///
                LYXLEX     = (1 << 15),
                ///
-               DEPEND     = (1 << 16)
+               DEPEND     = (1 << 16),
+               ///
+               INSETS     = (1 << 17)
        };
        ///
        static const type ANY = type(INFO | INIT | KEY | TOOLBAR |
                                     PARSER | LYXRC | KBMAP | LATEX |
                                     MATHED | FONT | TCLASS | LYXVC |
                                     LYXSERVER | ROFF | ACTION | LYXLEX |
-                                    DEPEND);
+                                    DEPEND | INSETS);
        ///
        friend inline void operator|=(Debug::type & d1, Debug::type d2);