fix __inline -> __inline__
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawing.h
index 69840a1a75f5f51d07d229dc271a102261bc7165..6cbcb8484e4d14ffb49acd2cb941977abc9440c1 100644 (file)
@@ -134,13 +134,13 @@ void drawing_remove_square(Drawing_t *drawing,
         guint y,
         guint height);
 
-__inline void convert_pixels_to_time(
+__inline__ void convert_pixels_to_time(
     gint width,
     guint x,
     TimeWindow time_window,
     LttTime *time);
 
-__inline void convert_time_to_pixels(
+__inline__ void convert_time_to_pixels(
     TimeWindow time_window,
     LttTime time,
     gint width,
This page took 0.023437 seconds and 4 git commands to generate.