1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0027242: Configuration - add missing Standard_EXPORT to OpenGl_TextBuilder class constructor

This commit is contained in:
kgv 2016-03-10 09:53:35 +03:00 committed by abv
parent 04c2daa466
commit 978ca537d5

View File

@ -34,7 +34,7 @@ class OpenGl_TextBuilder
public:
//! Creates empty object.
OpenGl_TextBuilder();
Standard_EXPORT OpenGl_TextBuilder();
//! Creates texture quads for the given text.
Standard_EXPORT void Perform (const Font_TextFormatter& theFormatter,