X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fmanager.h;h=436141fb784024a6b02dc754d5f211012a6e6b9e;hb=6af00e4a134d1ae496a68a0fbe0d3c4fcaaea88a;hp=1568dca30613af29ec5a198a5a3abcc55e90e835;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp-builds.git diff --git a/src/output/manager.h b/src/output/manager.h index 1568dca3..436141fb 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 */ };