Fix build

This commit is contained in:
vshcherb 2013-08-28 12:22:12 +02:00
parent 5171a1b026
commit 889812409f

View file

@ -17,4 +17,6 @@ public interface CommandPlayer {
public abstract List<String> execute(List<Struct> listStruct);
public abstract void updateAudioStream(int streamType);
public String getLanguage();
}