chore: IStream, use default for deconstructor

This commit is contained in:
sithlord48
2025-05-01 11:10:39 -04:00
committed by Nick Bolton
parent 07f9c4ba47
commit 8e24689f72

View File

@ -23,9 +23,7 @@ Defines the interface for all streams.
class IStream : public IInterface
{
public:
IStream()
{
}
IStream() = default;
//! @name manipulators
//@{