mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-06 23:40:55 +00:00
struct -> class normalization for various interface types
This commit is contained in:
parent
1a56ba851b
commit
8cdaebe964
23 changed files with 66 additions and 53 deletions
|
@ -42,7 +42,7 @@ namespace Catch {
|
|||
friend bool operator==( Tag const& lhs, Tag const& rhs );
|
||||
};
|
||||
|
||||
struct ITestInvoker;
|
||||
class ITestInvoker;
|
||||
|
||||
enum class TestCaseProperties : uint8_t {
|
||||
None = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue