]> sigrok.org Git - pulseview.git/commitdiff
Declare a virtual destructor for SignalData
authorMarcus Comstedt <redacted>
Sat, 17 May 2014 10:37:15 +0000 (12:37 +0200)
committerMarcus Comstedt <redacted>
Tue, 1 Jul 2014 11:28:05 +0000 (13:28 +0200)
This fixes the following error:

error: deleting object of polymorphic class type 'pv::data::Analog'
which has non-virtual destructor might cause undefined behaviour
[-Werror=delete-non-virtual-dtor]

Also, the same error for pv::data::Logic.


No differences found