X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fmanager.h;h=436141fb784024a6b02dc754d5f211012a6e6b9e;hb=80e4b4e85d2159c3ac6bcb8c22b895c58f0c5b0d;hp=1568dca30613af29ec5a198a5a3abcc55e90e835;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/output/manager.h b/src/output/manager.h index 1568dca306..436141fb78 100644 --- a/src/output/manager.h +++ b/src/output/manager.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. - Written by Ben Pfaff . 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 */ };