diff --git a/testing/include/gz/common/testing/TestPaths.hh b/testing/include/gz/common/testing/TestPaths.hh index a7d76a1a..4a15b6ba 100644 --- a/testing/include/gz/common/testing/TestPaths.hh +++ b/testing/include/gz/common/testing/TestPaths.hh @@ -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