1
0
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:
abv 2017-09-13 16:49:04 +03:00 committed by bugmaster
parent 8c3237d451
commit 1a6726dabb

View File

@ -30,7 +30,7 @@ class SelectMgr_FrustumBuilder : public Standard_Transient
{ {
public: public:
//! Creates new frustum builder with empty matrices //! Creates new frustum builder with empty matrices
SelectMgr_FrustumBuilder(); Standard_EXPORT SelectMgr_FrustumBuilder();
//! Stores current world view transformation matrix //! Stores current world view transformation matrix
Standard_EXPORT void SetWorldViewMatrix (const Graphic3d_Mat4d& theWorldViewMatrix); Standard_EXPORT void SetWorldViewMatrix (const Graphic3d_Mat4d& theWorldViewMatrix);