fix __inline -> __inline__
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawing.c
index 53f21422dc21f6580a274570d9fea0f28662da51..bcda5b22f0a1babaf03af4222393d909819b0c5e 100644 (file)
@@ -923,7 +923,7 @@ GtkWidget *drawing_get_widget(Drawing_t *drawing)
  *
  * Convert from window pixel and time interval to an absolute time.
  */
-__inline void convert_pixels_to_time(
+__inline__ void convert_pixels_to_time(
     gint width,
     guint x,
     TimeWindow time_window,
@@ -938,7 +938,7 @@ __inline void convert_pixels_to_time(
 }
 
 
-__inline void convert_time_to_pixels(
+__inline__ void convert_time_to_pixels(
     TimeWindow time_window,
     LttTime time,
     int width,
This page took 0.031991 seconds and 4 git commands to generate.