Remove "Written by Ben Pfaff <blp@gnu.org>" lines everywhere.
[pspp-builds.git] / src / output / manager.h
index 1568dca30613af29ec5a198a5a3abcc55e90e835..436141fb784024a6b02dc754d5f211012a6e6b9e 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <blp@gnu.org>.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -47,7 +46,7 @@ enum som_type
 /* Entity (Table or Chart) . */
 struct som_entity
   {
-    struct som_table_class *class;     /* Table class. */
+    const struct som_table_class *class;       /* Table class. */
     enum som_type type;                 /* Table or Chart */ 
     void *ext;                         /* Owned by */
   };