fix bug in iattribute
[lttv.git] / ltt / branches / poly / lttv / lttv / iattribute.h
index 11dccd10ad178af57a5228c63071b7c3478347ce..95d1fcf1e386c6f03ad309613f5873f62587ba1a 100644 (file)
@@ -66,6 +66,8 @@ typedef struct _LttvIAttributeClass LttvIAttributeClass;
 struct _LttvIAttributeClass {
   GTypeInterface parent;
 
+  LttvIAttribute* (*new_attribute) (LttvIAttribute *self);
+
   unsigned int (*get_number) (LttvIAttribute *self);
 
   gboolean (*named) (LttvIAttribute *self, gboolean *homogeneous);
This page took 0.02353 seconds and 4 git commands to generate.