summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2016-06-30 21:32:22 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-06-30 21:32:22 +0000
commit58632a3b7c85b2c0157d6f4d250ad397bd8fbe44 (patch)
treea3018675360bc864849b559eec872e3c1b0bf041
parent571c2861f95be2884b33877469246fa2ba4fe175 (diff)
parent3231599c5383b70e61e9d9b52a67fb7add496212 (diff)
downloadbsdiff-nougat-mr1-wear-release.tar.gz
-rw-r--r--file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.h b/file.h
index e9659c7..ad1fd2f 100644
--- a/file.h
+++ b/file.h
@@ -29,7 +29,7 @@ class File : public FileInterface {
private:
// Creates the File instance for the |fd|. Takes ownership of the file
// descriptor.
- File(int fd);
+ explicit File(int fd);
int fd_;
};