More constness/namespace policing
[pspp-builds.git] / src / output / manager.h
index 1568dca30613af29ec5a198a5a3abcc55e90e835..7c0a0dc8161af674ceee4557c8ffef9ea5092312 100644 (file)
@@ -47,7 +47,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 */
   };