Fix g++-14 -Wtemplate-id-cdtor
This commit is contained in:
parent
f131c60938
commit
04be12a8f5
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user