This commit is contained in:
Tristan Penman 2020-09-04 20:53:29 +10:00
parent 7f01c39116
commit 89e37cbf42

View File

@ -35,7 +35,7 @@ public:
* @brief Virtual destructor defined to ensure deletion via base-class
* pointers is safe.
*/
virtual ~Adapter() = default;;
virtual ~Adapter() = default;
/**
* @brief Apply a callback function to each value in an array.