]> git.lyx.org Git - lyx.git/blobdiff - src/Spacing.C
small changes to ButtonController usage
[lyx.git] / src / Spacing.C
index 14261b665ddd646bb5270eddcabc116fc3e21ee0..d34c163e770b611f569da15bcca109de435203fb 100644 (file)
@@ -1,5 +1,18 @@
+/* This file is part of
+ * ====================================================== 
+ * 
+ *           LyX, The Document Processor
+ *        
+ *           Copyright 1995 Matthias Ettrich
+ *           Copyright 1995-2000 The LyX Team.
+ *
+ * ====================================================== */
+
 #include <config.h>
 
+#ifdef __GNUG__
+#pragma implementation
+#endif
 
 #ifdef HAVE_SSTREAM
 #include <sstream>