Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Channel operation needs virtual destructor.
This came out of the maria DB nightlies returning the following error: /usr/local/include/tiledb/channel_operation.h:71:3: error: 'tiledb::ChannelOperation' has virtual functions but non-virtual destructor [-Werror,-Wnon-virtual-dtor] The fix is trivial. --- TYPE: NO_HISTORY DESC: Channel operation needs virtual destructor.
- Loading branch information