]> git.lyx.org Git - lyx.git/blobdiff - src/Timeout.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / Timeout.h
index 7afefc3f33d5d581b46fdfeab3e80a991e4dadfd..d4c538a327d982ff0bcae7b02c27d0ea63587ffe 100644 (file)
@@ -1,7 +1,21 @@
 // -*- C++ -*-
+/* This file is part of
+ * ====================================================== 
+ * 
+ *           LyX, The Document Processor
+ *        
+ *           Copyright 1995 Matthias Ettrich
+ *           Copyright 1995-2000 The LyX Team.
+ *
+ * ====================================================== */
+
 #ifndef TIMEOUT_H
 #define TIMEOUT_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include <sigc++/signal_system.h>
 
 #ifdef SIGC_CXX_NAMESPACES