]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/PairEntry.java
More compact row list format.
[Dictionary.git] / src / com / hughes / android / dictionary / engine / PairEntry.java
index ad9625caaf3ac7ec450ceecb788dee36bd54a9d5..645b94380ed08c8d09ca4d52ad187b1f57c2d80e 100644 (file)
@@ -99,8 +99,8 @@ public class PairEntry extends AbstractEntry implements RAFSerializable<PairEntr
     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);
         }
 
         Row(final int referenceIndex, final int thisRowIndex,