PIIODevice destructor fix
This commit is contained in:
@@ -31,7 +31,7 @@ class PIP_EXPORT PISPI: public PIIODevice
|
||||
PIIODEVICE(PISPI)
|
||||
public:
|
||||
explicit PISPI(const PIString & path = PIString(), uint speed_hz = 1000000, PIIODevice::DeviceMode mode = PIIODevice::ReadWrite);
|
||||
~PISPI() {}
|
||||
virtual ~PISPI();
|
||||
|
||||
//! \brief Parameters of PISPI
|
||||
enum Parameters {
|
||||
|
||||
Reference in New Issue
Block a user