]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
Fix working of the spellchecker dialog with ispell when there are no
[lyx.git] / src / debug.h
index 2da53c16ba2346373cfc4b03dacb73ed51799fb6..e58ed1ccb6c3162c571cc1b5e0059c64686affae 100644 (file)
@@ -5,7 +5,7 @@
  *           LyX, The Document Processor
  *        
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -19,7 +19,6 @@
 #include <iosfwd>
 
 #include "LString.h"
-#include "support/lstrings.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.
@@ -65,7 +64,9 @@ struct Debug {
                ///
                DEPEND     = (1 << 16),
                ///
-               INSETS     = (1 << 17)
+               INSETS     = (1 << 17),
+               ///
+               FILES      = (1 << 18)
        };
        ///
 //     static const type ANY = type(INFO | INIT | KEY | GUI |
@@ -76,9 +77,6 @@ struct Debug {
        ///
        static type const ANY;
 
-       ///
-//     friend inline void operator|=(Debug::type & d1, Debug::type d2);
-       
        /** A function to convert symbolic string names on debug levels
            to their numerical value.
        */