mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-04 22:19:34 +01:00
@@ -14,7 +14,7 @@ namespace Catch {
|
||||
|
||||
class StreamBufBase : public std::streambuf {
|
||||
public:
|
||||
virtual ~StreamBufBase();
|
||||
virtual ~StreamBufBase() throw();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user