Skip to content

Commit

Permalink
Change pure virtual to virtual destructor
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Nov 10, 2023
1 parent 56bd6fd commit 097ee0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/include/gz/common/testing/TestPaths.hh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class GZ_COMMON_TESTING_VISIBLE TestPaths
const std::string &_projectSourcePath = kTestingProjectSourceDir);

/// \brief Destructor
public: virtual ~TestPaths() = 0;
public: virtual ~TestPaths();

/// brief Populate the path to the root project source directory
/// \param[out] _sourceDir path to the root project source directory
Expand Down

0 comments on commit 097ee0b

Please sign in to comment.