1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0027562: Coding - avoid exporting of inline methods

This commit is contained in:
kgv
2016-06-03 15:35:52 +03:00
committed by bugmaster
parent 83b0f13a58
commit be5c360207
48 changed files with 195 additions and 195 deletions

View File

@@ -68,7 +68,7 @@ public:
Standard_EXPORT virtual Standard_Integer NbSubElements() Standard_OVERRIDE;
//! Returns the 3D points of the array used at construction time.
Standard_EXPORT void Points3D (Handle(TColgp_HArray1OfPnt)& theHArrayOfPnt);
void Points3D (Handle(TColgp_HArray1OfPnt)& theHArrayOfPnt);
//! Returns bounding box of a polygon. If location
//! transformation is set, it will be applied

View File

@@ -43,7 +43,7 @@ public:
//! Creates new empty sensitive set and its content
Standard_EXPORT Select3D_SensitiveSet (const Handle(SelectBasics_EntityOwner)& theOwnerId);
Standard_EXPORT ~Select3D_SensitiveSet() {};
~Select3D_SensitiveSet() {};
public: