]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/HtmlEntry.java
More compact row list format.
[Dictionary.git] / src / com / hughes / android / dictionary / engine / HtmlEntry.java
index 7694fe9488ec7fee49bc28dfa44aa96cf5cacc88..573a96992d88e2f53e33c44206c9486e927d3f2a 100644 (file)
@@ -107,8 +107,8 @@ public class HtmlEntry extends AbstractEntry implements RAFSerializable<HtmlEntr
         boolean isExpanded = false;
 
         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,