summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-07-03 03:01:53 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-07-03 03:01:53 +0000
commit169ede1b81e73e5ee5ef805b710b1d766700408c (patch)
tree23e60e6f9a85c8a97d188d1e45d42c125bd7e368
parenta1e337cffceff2280e47756cf9e1f15c94335de7 (diff)
parent662215a44f24ca13c72cf6b1723f8ff03f81554e (diff)
downloadbsdiff-169ede1b81e73e5ee5ef805b710b1d766700408c.tar.gz
Snap for 4874590 from 662215a44f24ca13c72cf6b1723f8ff03f81554e to qt-release
Change-Id: Idd567deb56468189d16973fce9e91cc99fe18502
-rw-r--r--sink_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sink_file.h b/sink_file.h
index e2c69d8..ebec522 100644
--- a/sink_file.h
+++ b/sink_file.h
@@ -33,7 +33,7 @@ class SinkFile : public FileInterface {
private:
// The sink() function used to write data.
- const sink_func& sink_;
+ const sink_func sink_;
};
} // namespace bsdiff