mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0027671: Basic IVtk tools do not allow easy sub-classing
Add missing Standard_EXPORT, change private with protected in shape data source.
This commit is contained in:
@@ -98,7 +98,7 @@ private:
|
||||
IVtkTools_ShapeDataSource (const IVtkTools_ShapeDataSource&);
|
||||
IVtkTools_ShapeDataSource& operator= (const IVtkTools_ShapeDataSource&);
|
||||
|
||||
private:
|
||||
protected:
|
||||
|
||||
IVtkOCC_Shape::Handle myOccShape; //!< Shape wrapper used as an input.
|
||||
IVtkVTK_ShapeData::Handle myPolyData; //!< Polygonal representation of shape.
|
||||
|
Reference in New Issue
Block a user