Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Fix google-explicit-constructor warnings."
Browse files Browse the repository at this point in the history
  • Loading branch information
chih-hung authored and Gerrit Code Review committed May 4, 2016
2 parents d96e21c + bcfe293 commit 0cf9f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/keymaster/keymaster_test.cpp
Expand Up @@ -41,7 +41,7 @@ namespace android {

class UniqueBlob : public UniquePtr<uint8_t[]> {
public:
UniqueBlob(size_t length) :
explicit UniqueBlob(size_t length) :
mLength(length) {
}

Expand Down

0 comments on commit 0cf9f2b

Please sign in to comment.