PIIODevice destructor fix
This commit is contained in:
@@ -37,8 +37,6 @@ public:
|
||||
//! Contructs %PIIOByteArray with \"buffer\" content only for read
|
||||
explicit PIIOByteArray(const PIByteArray & buffer);
|
||||
|
||||
~PIIOByteArray() {closeDevice();}
|
||||
|
||||
//! Returns content
|
||||
PIByteArray * byteArray() const {return data_;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user