1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-26 10:29:31 +00:00

Adds a virtual destructor, given how these things might be held.

This commit is contained in:
Thomas Harte 2020-06-14 21:14:51 -04:00
parent 79833deeaf
commit 530ff7471d

View File

@ -138,6 +138,8 @@ inline DisplayType natural_display_type_for_data_type(InputDataType data_type) {
for use of shared memory where available.
*/
struct ScanTarget {
virtual ~ScanTarget() {}
/*
This top section of the interface deals with modal settings. A ScanTarget can