]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
fix reading the author field.
[lyx.git] / src / debug.h
index 30fcd2501e16285bf891c0900b61fabc409a437d..73a3c5f7b06109edde2af655c26439158bc8bcc4 100644 (file)
@@ -13,7 +13,6 @@
 #ifndef LYXDEBUG_H
 #define LYXDEBUG_H
 
-
 #include "support/debugstream.h"
 
 /** Ideally this should have been a namespace, but since we try to be
@@ -74,7 +73,9 @@ struct lyx_debug_trait {
                ///
                EXTERNAL   = (1 << 23),
                ///
-               ANY = 0xffffff
+               DEBUG      = (1 << 31),
+               ///
+               ANY = 0xffffffff
        };
 
        static bool match(type a, type b) {