mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-04 21:04:59 +08:00
chore: IStream, use default for deconstructor
This commit is contained in:
parent
07f9c4ba47
commit
8e24689f72
@ -23,9 +23,7 @@ Defines the interface for all streams.
|
||||
class IStream : public IInterface
|
||||
{
|
||||
public:
|
||||
IStream()
|
||||
{
|
||||
}
|
||||
IStream() = default;
|
||||
|
||||
//! @name manipulators
|
||||
//@{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user