]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
Extracted from r14281
[lyx.git] / src / debug.h
index e8550e3311cf94e91054ebefdf0b6a6b4be8f8c2..c338b7a228edea93633a38dad9508acc0a301148 100644 (file)
@@ -19,7 +19,8 @@
  *  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 {
+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