warning fixes
[lttv.git] / ltt / branches / poly / ltt / tracefile.c
index 5f4b4e28dc6ed2c513b38afe3e87ab5ed3cd16e2..fc1f4583d009a732982d96d94a8cd57bb418eb6d 100644 (file)
@@ -1034,7 +1034,7 @@ alloc_error:
 
 }
 
-GQuark ltt_trace_name(LttTrace *t)
+GQuark ltt_trace_name(const LttTrace *t)
 {
   return t->pathname;
 }
This page took 0.023101 seconds and 4 git commands to generate.