]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/TextEntry.java
More compact row list format.
[Dictionary.git] / src / com / hughes / android / dictionary / engine / TextEntry.java
index 187216fe0eb1993ea28ba1a652a5919039268c6f..449d83dcd2b63741bc01628778823d0de243de03 100644 (file)
@@ -76,8 +76,8 @@ public class TextEntry extends AbstractEntry implements RAFSerializable<TextEntr
     public static class Row extends RowBase {
 
         Row(final DataInput raf, final int thisRowIndex,
-                final Index index) throws IOException {
-            super(raf, thisRowIndex, index);
+                final Index index, int extra) throws IOException {
+            super(raf, thisRowIndex, index, extra);
         }
 
         public TextEntry getEntry() {