mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0027562: Coding - avoid exporting of inline methods
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
//! Creates instances of all available selecting volume types
|
||||
Standard_EXPORT SelectMgr_SelectingVolumeManager (Standard_Boolean theToAllocateFrustums = Standard_True);
|
||||
|
||||
Standard_EXPORT virtual ~SelectMgr_SelectingVolumeManager() {};
|
||||
virtual ~SelectMgr_SelectingVolumeManager() {};
|
||||
|
||||
//! IMPORTANT: Scaling makes sense only for frustum built on a single point!
|
||||
//! Note that this method does not perform any checks on type of the frustum.
|
||||
|
Reference in New Issue
Block a user