mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Fix g++-14 -Wtemplate-id-cdtor
This commit is contained in:
parent
f131c60938
commit
04be12a8f5
1 changed files with 1 additions and 2 deletions
|
@ -1084,8 +1084,7 @@ template <class T>
|
|||
class PFS_buffer_processor
|
||||
{
|
||||
public:
|
||||
virtual ~PFS_buffer_processor<T> ()
|
||||
{}
|
||||
virtual ~PFS_buffer_processor()= default;
|
||||
virtual void operator()(T *element) = 0;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue