From 71c6e1e52d828008572fc15eec0ff1b0a7034564 Mon Sep 17 00:00:00 2001 From: aba Date: Fri, 18 Sep 2015 14:07:48 +0300 Subject: [PATCH] 0026705: Visualization - OpenGl_Workspace aspect setters are not exported --- src/OpenGl/OpenGl_Workspace.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; }