summarylogtreecommitdiffstats
path: root/issue51.patch
diff options
context:
space:
mode:
Diffstat (limited to 'issue51.patch')
-rw-r--r--issue51.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/issue51.patch b/issue51.patch
new file mode 100644
index 000000000000..e2040d9a8a38
--- /dev/null
+++ b/issue51.patch
@@ -0,0 +1,16 @@
+diff --git a/src/HFSBTreeNode.h b/src/HFSBTreeNode.h
+index 0a98378..029f60a 100644
+--- a/src/HFSBTreeNode.h
++++ b/src/HFSBTreeNode.h
+@@ -129,6 +129,11 @@ public:
+ m_index++;
+ return *this;
+ }
++ RecordIterator& operator--()
++ {
++ m_index--;
++ return *this;
++ }
+
+ difference_type operator-(const RecordIterator& that)
+ {