mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Adds a virtual destructor, given how these things might be held.
This commit is contained in:
parent
79833deeaf
commit
530ff7471d
@ -138,6 +138,8 @@ inline DisplayType natural_display_type_for_data_type(InputDataType data_type) {
|
|||||||
for use of shared memory where available.
|
for use of shared memory where available.
|
||||||
*/
|
*/
|
||||||
struct ScanTarget {
|
struct ScanTarget {
|
||||||
|
virtual ~ScanTarget() {}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
This top section of the interface deals with modal settings. A ScanTarget can
|
This top section of the interface deals with modal settings. A ScanTarget can
|
||||||
|
Loading…
Reference in New Issue
Block a user