forked from catchorg/Catch2
Builds almost completely cleanly with -WEverything in LLVM
This commit is contained in:
@@ -74,7 +74,7 @@ namespace Catch {
|
||||
};
|
||||
|
||||
struct IShared : NonCopyable {
|
||||
virtual ~IShared(){}
|
||||
virtual ~IShared();
|
||||
virtual void addRef() = 0;
|
||||
virtual void release() = 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user