Commit 3cf65b5d authored by Gennadiy Civil's avatar Gennadiy Civil Committed by GitHub
Browse files

Added "explicit" as per compiler suggestion

parent 026735da
...@@ -65,7 +65,7 @@ using testing::internal::GetCapturedStdout; ...@@ -65,7 +65,7 @@ using testing::internal::GetCapturedStdout;
// Class without default constructor. // Class without default constructor.
class NotDefaultConstructible { class NotDefaultConstructible {
public: public:
NotDefaultConstructible(int) {} explicit NotDefaultConstructible(int) {}
}; };
// Defines some mock classes needed by the tests. // Defines some mock classes needed by the tests.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment