struct -> class normalization for various interface types

This commit is contained in:
Martin Hořeňovský 2022-04-11 00:00:19 +02:00
parent 1a56ba851b
commit 8cdaebe964
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
23 changed files with 66 additions and 53 deletions

View file

@ -16,7 +16,7 @@
namespace Catch {
struct AssertionResultData;
struct IResultCapture;
class IResultCapture;
class RunContext;
struct AssertionReaction {