make inline correct -> must be static
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.h
index 157ed164487cdacc57c6b9594654358d6efa24dd..1caf6a407046e7e33dbfc10c56c96c0a79be3c34 100644 (file)
@@ -666,7 +666,7 @@ void lttvwindow_events_request_remove_all(Tab            *tab,
  * @return time window.
  */
 
-inline TimeWindow lttvwindow_get_time_window(Tab *tab)
+static inline TimeWindow lttvwindow_get_time_window(Tab *tab)
 {
   return tab->time_window;
 }
This page took 0.023274 seconds and 4 git commands to generate.