X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fdebug.h;h=d68a931af80d5ba0b4c3cdac146e4849da631451;hb=09e01879979643949f1f2c7216023f1f35d5ada2;hp=cb3d87e799be8e3491cc64e050c492ea895bfcd1;hpb=8283e978f8d621041c432b9b88a476bfd567385c;p=lyx.git diff --git a/src/debug.h b/src/debug.h index cb3d87e799..d68a931af8 100644 --- a/src/debug.h +++ b/src/debug.h @@ -12,10 +12,6 @@ #ifndef LYXDEBUG_H #define LYXDEBUG_H -#ifdef __GNUG__ -#pragma interface -#endif - #include #include "LString.h" @@ -72,7 +68,9 @@ struct Debug { /// INSETTEXT = (1 << 20), /// - GRAPHICS = (1 << 21) + GRAPHICS = (1 << 21), + /// change tracking + CHANGES = (1 << 22) }; /// static type const ANY;