]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/AbstractEntry.java
Add TTS.
[Dictionary.git] / src / com / hughes / android / dictionary / engine / AbstractEntry.java
index de221eafc0eae60fa64990ddeabdfc6b0314eb45..f5d0c8d51e27565ba9192d6d3f8c06bce502937f 100644 (file)
@@ -22,7 +22,7 @@ import java.io.RandomAccessFile;
 
 public abstract class AbstractEntry extends IndexedObject {
   
-  final EntrySource entrySource;
+  public final EntrySource entrySource;
   
   protected AbstractEntry(EntrySource entrySource) {
     super(-1);