altosdroid: cal_data is no longer public from AltosState
[fw/altos] / altosdroid / src / org / altusmetrum / AltosDroid / AltosVoice.java
index b85f02743be3f71a388e910786c999f4171073f8..fedfdb52ada23851db26f9c24d907256b628f7a2 100644 (file)
@@ -294,7 +294,7 @@ public class AltosVoice {
                int     tell_serial = last_tell_serial;
 
                if (state != null)
-                       tell_serial = state.cal_data.serial;
+                       tell_serial = state.cal_data().serial;
 
                if (tell_serial != last_tell_serial)
                        reset_last();