comparison UnitTestsSources/UnitTestsMain.cpp @ 197:0ef2d8b970ab

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 23 Apr 2018 11:42:31 +0200
parents e481ff4a86cc
children 2f27287c047c
comparison
equal deleted inserted replaced
196:b83fe581f6ae 197:0ef2d8b970ab
82 { 82 {
83 private: 83 private:
84 int bundle_; 84 int bundle_;
85 85
86 public: 86 public:
87 TestF(int bundle) : bundle_(bundle) 87 explicit TestF(int bundle) : bundle_(bundle)
88 { 88 {
89 } 89 }
90 90
91 virtual bool Create(std::string& content, 91 virtual bool Create(std::string& content,
92 const std::string& key) 92 const std::string& key)