mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 10:10:56 +08:00
0029107: Visualization - SelectMgr_FrustumBuilder constructor without arguments is not exported
Standard_EXPORT is added
This commit is contained in:
@@ -30,7 +30,7 @@ class SelectMgr_FrustumBuilder : public Standard_Transient
|
||||
{
|
||||
public:
|
||||
//! Creates new frustum builder with empty matrices
|
||||
SelectMgr_FrustumBuilder();
|
||||
Standard_EXPORT SelectMgr_FrustumBuilder();
|
||||
|
||||
//! Stores current world view transformation matrix
|
||||
Standard_EXPORT void SetWorldViewMatrix (const Graphic3d_Mat4d& theWorldViewMatrix);
|
||||
|
||||
Reference in New Issue
Block a user