Browse Source

Test: pEpTestTree - TestModel forgot virtual (baseclass maybe not even needed)

LIB-11
heck 4 years ago
parent
commit
82fb83b706
  1. 2
      test/pEpTest/src/pEpTestModel.hh

2
test/pEpTest/src/pEpTestModel.hh

@ -12,7 +12,7 @@ namespace pEp {
public:
pEpTestModel() = delete;
pEpTestModel(const std::string& name);
const std::string& getName() const;
virtual const std::string& getName() const;
private:
const std::string name;

Loading…
Cancel
Save