UTF8 fix
[lttv.git] / ltt / branches / poly / ltt / event.h
index f13710754bfd2124335188f8937bf90b7a125b82..3f1f89725a49fa96f872cdf7785cca4f5ac0ef30 100644 (file)
@@ -130,6 +130,6 @@ double ltt_event_get_double(LttEvent *e, LttField *f);
 /* The string obtained is only valid until the next read from
    the same tracefile. */
 
-char *ltt_event_get_string(LttEvent *e, LttField *f);
+gchar *ltt_event_get_string(LttEvent *e, LttField *f);
 
 #endif // EVENT_H
This page took 0.027205 seconds and 4 git commands to generate.