mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0031124: Configuration - linker errors when building with CLang on Windows
Standard_EXPORT is added in declaration of virtual methods where it was missing, to allow creation of sub-classes in other DLLs. In some classes in OpenGl package Standard_EXPORT is added for all methods to make these classes usable in other DLLs.
This commit is contained in:
@@ -37,9 +37,9 @@ public:
|
||||
|
||||
public:
|
||||
|
||||
SelectBasics_SelectingVolumeManager() {};
|
||||
SelectBasics_SelectingVolumeManager() {}
|
||||
|
||||
virtual ~SelectBasics_SelectingVolumeManager() {};
|
||||
virtual ~SelectBasics_SelectingVolumeManager() {}
|
||||
|
||||
virtual Standard_Integer GetActiveSelectionType() const = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user