mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix g++-14 -Wtemplate-id-cdtor
This commit is contained in:
@@ -1084,8 +1084,7 @@ template <class T>
|
|||||||
class PFS_buffer_processor
|
class PFS_buffer_processor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual ~PFS_buffer_processor<T> ()
|
virtual ~PFS_buffer_processor()= default;
|
||||||
{}
|
|
||||||
virtual void operator()(T *element) = 0;
|
virtual void operator()(T *element) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user