compile fix
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.c
index 510965f75ad57f8ebd14378039e79af1e540d587..befe16694a596bb54d88b1f9f42e910fdba2c620 100644 (file)
@@ -970,7 +970,7 @@ void lttvwindow_report_filter(Tab *tab, LttvFilter *filter)
            "hooks/updatefilter", LTTV_POINTER, &value));
   tmp = (LttvHooks*)*(value.v_pointer);
   if(tmp == NULL) return;
-  lttv_hooks_call(tmp, &position);
+  lttv_hooks_call(tmp, filter);
 }
 
 
This page took 0.023482 seconds and 4 git commands to generate.