Skip to content

Commit

Permalink
Remove broken visibility attributes. Fix Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Nov 6, 2023
1 parent a52a7d2 commit 1af6703
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions testing/include/gz/common/testing/CMakeTestPaths.hh
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,13 @@ class GZ_COMMON_TESTING_VISIBLE CMakeTestPaths: public TestPaths
public: using TestPaths::TestPaths;

/// \brief Destructor
public: GZ_COMMON_TESTING_VISIBLE ~CMakeTestPaths() override;
public: ~CMakeTestPaths() override;

/// Documentation inherited
public: bool GZ_COMMON_TESTING_VISIBLE
ProjectSourcePath(std::string &_sourceDir) override;
public: bool ProjectSourcePath(std::string &_sourceDir) override;

/// Documentation inherited
public: bool GZ_COMMON_TESTING_VISIBLE
TestTmpPath(std::string &_tmpDir) override;
public: bool TestTmpPath(std::string &_tmpDir) override;
};
} // namespace gz::common::testing
#endif // GZ_COMMON_TESTING_CMAKETESTPATHS_HH_

0 comments on commit 1af6703

Please sign in to comment.