src/include:fix unused parameter

fixes unused parameter

Signed-off-by: Mahati Chamarthy <mahati.chamarthy@intel.com>
This commit is contained in:
Mahati Chamarthy 2018-09-20 10:04:22 +05:30
parent a778cc701f
commit 4b848c205a

View File

@ -290,7 +290,7 @@ namespace buffer CEPH_BUFFER_API {
return begin();
}
const_iterator begin_deep(size_t offset=0) const {
return const_iterator(this, 0, true);
return const_iterator(this, offset, true);
}
// misc