mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0028488: VIS - fix compilation with VTK 8.2
Occurrences of removed method vtkDataArray::InsertNextTupleValue() have been replaced by InsertNextTypedTuple(). Fixed misprint in vtkTypeMacro usage for class IVtkTools_ShapeObject. Patch #0030452 (SelectMgr_ViewerSelector::Deactivate() raises exception when called twice) has been propagated to IVtkOCC_ViewerSelector.
This commit is contained in:
@@ -50,7 +50,7 @@ class IVtkTools_ShapeDataSource;
|
||||
class Standard_EXPORT IVtkTools_ShapeObject : public vtkDataObject
|
||||
{
|
||||
public:
|
||||
vtkTypeMacro (IVtkTools_ShapeObject, vtkObject)
|
||||
vtkTypeMacro (IVtkTools_ShapeObject, vtkDataObject)
|
||||
|
||||
static IVtkTools_ShapeObject* New();
|
||||
|
||||
|
Reference in New Issue
Block a user