Remove ant build files
[fw/altos] / altosdroid / src / org / altusmetrum / AltosDroid / AltosVoice.java
index e041a00a51166f5d2fb2d500417c2b17d3579634..ae3299facba66c76ea1ed15aa02308b276a982ac 100644 (file)
@@ -23,7 +23,7 @@ import android.speech.tts.TextToSpeech;
 import android.speech.tts.TextToSpeech.OnInitListener;
 import android.location.Location;
 
-import org.altusmetrum.altoslib_11.*;
+import org.altusmetrum.altoslib_13.*;
 
 public class AltosVoice {
 
@@ -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();