summarylogtreecommitdiffstats
path: root/missingOp.patch
diff options
context:
space:
mode:
authorJean-Luc Tambasco2018-10-02 18:25:34 +1000
committerJean-Luc Tambasco2018-10-02 18:25:34 +1000
commit17d1c088bfe70d7b374145de9be858804e8d42d9 (patch)
tree63561eaf299df0c7e704b1e7e1625eacfacd3a87 /missingOp.patch
downloadaur-17d1c088bfe70d7b374145de9be858804e8d42d9.tar.gz
Added files.
Diffstat (limited to 'missingOp.patch')
-rw-r--r--missingOp.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/missingOp.patch b/missingOp.patch
new file mode 100644
index 000000000000..1e1d8d628d1e
--- /dev/null
+++ b/missingOp.patch
@@ -0,0 +1,15 @@
+--- dbCellMapping.cc.o 2018-05-11 11:46:36.416064830 -0400
++++ dbCellMapping.cc 2018-05-11 11:47:02.921846210 -0400
+@@ -75,6 +75,12 @@
+ return *this;
+ }
+
++ SortedCellIndexIterator &operator--()
++ {
++ --m_n;
++ return *this;
++ }
++
+ SortedCellIndexIterator &operator+=(size_t n)
+ {
+ m_n += n;