/[pspp]/psppire/src/gsubject.c
ViewVC logotype

Diff of /psppire/src/gsubject.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by jmd, Tue Nov 2 11:18:34 2004 UTC revision 1.2 by jmd, Tue Mar 29 14:44:49 2005 UTC
# Line 21  Line 21 
21  #include <string.h>  #include <string.h>
22  #include <stdlib.h>  #include <stdlib.h>
23    
24    #include "pspp-object.h"
25  #include "gsubject.h"  #include "gsubject.h"
26    
27    
# Line 58  g_subject_get_type (void) Line 59  g_subject_get_type (void)
59          (GInstanceInitFunc) g_subject_init,          (GInstanceInitFunc) g_subject_init,
60        };        };
61    
62        object_type = g_type_register_static (G_TYPE_OBJECT, "GSubject",        object_type = g_type_register_static (G_TYPE_PSPP_OBJECT, "GSubject",
63                                              &object_info, 0);                                              &object_info, 0);
64      }      }
65    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26