]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
Dekels tabular/textinset patches
[lyx.git] / src / debug.h
index 2da53c16ba2346373cfc4b03dacb73ed51799fb6..5f4701894c969c7ca73c720b87553a4da7b7fc84 100644 (file)
@@ -65,7 +65,9 @@ struct Debug {
                ///
                DEPEND     = (1 << 16),
                ///
-               INSETS     = (1 << 17)
+               INSETS     = (1 << 17),
+               ///
+               FILES      = (1 << 18)
        };
        ///
 //     static const type ANY = type(INFO | INIT | KEY | GUI |