From e4407afb514437ccd8db79ae29c6fa203140fa07 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 27 May 2017 23:42:52 -0700 Subject: altoslib: Recover from a couple of API changes Nothing serious. Signed-off-by: Keith Packard --- telegps/TeleGPSGraphUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'telegps/TeleGPSGraphUI.java') diff --git a/telegps/TeleGPSGraphUI.java b/telegps/TeleGPSGraphUI.java index 3e765640..85238d7b 100644 --- a/telegps/TeleGPSGraphUI.java +++ b/telegps/TeleGPSGraphUI.java @@ -105,7 +105,7 @@ public class TeleGPSGraphUI extends AltosUIFrame implements AltosFontListener, A enable = new AltosUIEnable(); stats = new AltosFlightStats(flight_series); - graph = new AltosGraphNew(enable, stats, flight_series, cal_data); + graph = new AltosGraphNew(enable, stats, flight_series); statsTable = new AltosFlightStatsTable(stats); -- cgit v1.2.3