global traces works, interaction with mainwindow seems ok
[lttv.git] / ltt / branches / poly / lttv / lttv / traceset.c
index 0e91c9dcf00ee7000daf34b344d83826430afc9a..c487b64e632967bb96548119fcf79fe60c692b57 100644 (file)
@@ -89,7 +89,7 @@ LttvTraceset *lttv_traceset_copy(LttvTraceset *s_orig)
         s->traces,
        g_ptr_array_index(s_orig->traces, i));
   }
-  s->a = LTTV_ATTRIBUTE(lttv_iattribute_deep_copy((LttvIAttribute*)s_orig->a));
+  s->a = LTTV_ATTRIBUTE(lttv_iattribute_deep_copy(LTTV_IATTRIBUTE(s_orig->a)));
   return s;
 }
 
This page took 0.022996 seconds and 4 git commands to generate.