make inline correct -> must be static
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawing.h
index 02dd33e4948a2b77d9a939026efd0e2971110eb9..ce058111846e9ed9d9edc0a5f15b76dee3150955 100644 (file)
@@ -157,7 +157,7 @@ tree_row_activated(GtkTreeModel *treemodel,
  *
  * Convert from window pixel and time interval to an absolute time.
  */
-inline void convert_pixels_to_time(
+static inline void convert_pixels_to_time(
     gint width,
     guint x,
     TimeWindow time_window,
@@ -172,7 +172,7 @@ inline void convert_pixels_to_time(
 }
 
 
-inline void convert_time_to_pixels(
+static inline void convert_time_to_pixels(
     TimeWindow time_window,
     LttTime time,
     int width,
This page took 0.022618 seconds and 4 git commands to generate.