File diff r23953:ba75d2f3b530 → r23954:8e43140b9a66
src/waypoint_base.h
Show inline comments
 
@@ -67,10 +67,4 @@ struct Waypoint FINAL : SpecializedStati
 
	}
 
};
 

	
 
/**
 
 * Iterate over all waypoints.
 
 * @param var The variable used for iteration.
 
 */
 
#define FOR_ALL_WAYPOINTS(var) FOR_ALL_BASE_STATIONS_OF_TYPE(Waypoint, var)
 

	
 
#endif /* WAYPOINT_BASE_H */