]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
Extracted from r14281
[lyx.git] / src / debug.h
index 73a3c5f7b06109edde2af655c26439158bc8bcc4..c338b7a228edea93633a38dad9508acc0a301148 100644 (file)
 #include "support/debugstream.h"
 
 /** Ideally this should have been a namespace, but since we try to be
-    compilable on older C++ compilators too, we use a struct instead.
-    This is all the different debug levels that we have.
-*/
-struct lyx_debug_trait {
+ *  compilable on older C++ compilators too, we use a struct instead.
+ *  This is all the different debug levels that we have.
+ */
+class lyx_debug_trait {
+public:
        ///
        enum type {
                ///
@@ -73,6 +74,8 @@ struct lyx_debug_trait {
                ///
                EXTERNAL   = (1 << 23),
                ///
+               PAINTING   = (1 << 24),
+               ///
                DEBUG      = (1 << 31),
                ///
                ANY = 0xffffffff