mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0029107: Visualization - SelectMgr_FrustumBuilder constructor without arguments is not exported
Standard_EXPORT is added
This commit is contained in:
parent
8c3237d451
commit
1a6726dabb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user