From: aba Date: Fri, 18 Sep 2015 11:07:48 +0000 (+0300) Subject: 0026705: Visualization - OpenGl_Workspace aspect setters are not exported X-Git-Tag: V7_0_0_beta~245 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=71c6e1e52d828008572fc15eec0ff1b0a7034564;p=occt.git 0026705: Visualization - OpenGl_Workspace aspect setters are not exported --- diff --git a/src/OpenGl/OpenGl_Workspace.hxx b/src/OpenGl/OpenGl_Workspace.hxx index fb977c5738..29c341bfec 100644 --- a/src/OpenGl/OpenGl_Workspace.hxx +++ b/src/OpenGl/OpenGl_Workspace.hxx @@ -172,10 +172,10 @@ public: const TEL_COLOUR* HighlightColor; - const OpenGl_AspectLine* SetAspectLine (const OpenGl_AspectLine* theAspect); - const OpenGl_AspectFace* SetAspectFace (const OpenGl_AspectFace* theAspect); - const OpenGl_AspectMarker* SetAspectMarker (const OpenGl_AspectMarker* theAspect); - const OpenGl_AspectText* SetAspectText (const OpenGl_AspectText* theAspect); + Standard_EXPORT const OpenGl_AspectLine* SetAspectLine (const OpenGl_AspectLine* theAspect); + Standard_EXPORT const OpenGl_AspectFace* SetAspectFace (const OpenGl_AspectFace* theAspect); + Standard_EXPORT const OpenGl_AspectMarker* SetAspectMarker (const OpenGl_AspectMarker* theAspect); + Standard_EXPORT const OpenGl_AspectText* SetAspectText (const OpenGl_AspectText* theAspect); void SetTextParam (const OpenGl_TextParam* theParam) { TextParam_set = theParam; }