X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fdebug.h;h=c338b7a228edea93633a38dad9508acc0a301148;hb=ae348f8af96100a154b3792d27732d621d44ec89;hp=e8550e3311cf94e91054ebefdf0b6a6b4be8f8c2;hpb=e978fa42e38be22e9312be963ba6512fcd4b45ef;p=lyx.git diff --git a/src/debug.h b/src/debug.h index e8550e3311..c338b7a228 100644 --- a/src/debug.h +++ b/src/debug.h @@ -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