From f114566d013c65902b27c25adf22e690329955e6 Mon Sep 17 00:00:00 2001 From: vsv <vsv@opencascade.com> Date: Mon, 30 Jan 2017 16:05:19 +0300 Subject: [PATCH] 0028401: Configuration - unresolved symbol OpenGl_VertexBuffer::unbindFixedColor() --- src/OpenGl/OpenGl_VertexBuffer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenGl/OpenGl_VertexBuffer.hxx b/src/OpenGl/OpenGl_VertexBuffer.hxx index c898ecff8b..0cbc59631b 100644 --- a/src/OpenGl/OpenGl_VertexBuffer.hxx +++ b/src/OpenGl/OpenGl_VertexBuffer.hxx @@ -300,7 +300,7 @@ private: const Graphic3d_TypeOfAttribute theMode); //! Disable FFP color array pointer. - static void unbindFixedColor (const Handle(OpenGl_Context)& theCtx); + Standard_EXPORT static void unbindFixedColor (const Handle(OpenGl_Context)& theCtx); #endif public: //! @name methods for interleaved attributes array