improve(ImplicitArray): disable inheritance of certain backends
This commit is contained in:
parent
1f21217cb4
commit
33155d6843
|
@ -41,7 +41,7 @@
|
|||
* ```
|
||||
*/
|
||||
template <typename ValueType>
|
||||
struct vtkAffineImplicitBackend
|
||||
struct vtkAffineImplicitBackend final
|
||||
{
|
||||
/**
|
||||
* A non-trivially constructible constructor
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
* ```
|
||||
*/
|
||||
template <typename ValueType>
|
||||
struct vtkConstantImplicitBackend
|
||||
struct vtkConstantImplicitBackend final
|
||||
{
|
||||
/**
|
||||
* A non-trivially contructible constructor
|
||||
|
|
Loading…
Reference in New Issue